Devel::Declare: A good fit for .pmc files?

markjugg on 2008-09-25T14:17:50

Devel::Declare seems to be the new hotness, quickly inspiring several more modules to use it including Method::Signatures, MooseX::Method::Signatures, Sub::Curried, Sub::Auto, and CGI::Application::Plugin::RunmodeDeclare.

But whose ready to run this hairy black magic and production? Perhaps this is good match for using .pmc files? If it works, it would mean that Devel::Declare is not actually used in production, but pure Perl ".pmc" file are used instead, which contains code that Devel::Declare generates.

Workable? Good idea?