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

prove perl5i #272

Open notbenh opened 11 years ago

notbenh commented 11 years ago

look at App::Prove or something such that we inject perl5i to what ever perl to test and see if "my project" is perl5i safe, or not.

daxim commented 11 years ago
prove -e perl5i …
prove -Mperl5i::2 …
notbenh commented 11 years ago

That would work too, either way what ever we decide it should be addressed. I don't know if it's worth building up a script for this or just leaving it to the docs. Either way there should be something that allows users to see if it's sane for them to move a project to perl5i. Or at very least figure out what the need to resolve first.