evalEmpire / perl5i

A single module to fix as much of Perl 5 as possible in one go
http://search.cpan.org/perldoc?perl5i
Other
156 stars 42 forks source link

Rewrite cmd wrapper #296

Closed schwern closed 8 years ago

schwern commented 8 years ago

Fixes #287 and greatly simplifies the wrapper. Only a small header file is generated.

The Devel::Declare -e work around seems unnecessary. This is consistent with how Devel::Declare treats the command line. If the DD module is loaded in a -M it will work. If it's done in a use as part of the -e program, it won't work.