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

suppress "Smartmatch is experimental" warnings on 5.18+ #261

Closed chuckadams closed 11 years ago

chuckadams commented 11 years ago

This suppresses perl 5.18's "Smartmatch is experimental" warning, which is actually fatal to several tests. It should have no effect in perl versions pre-5.18.

schwern commented 11 years ago

Thanks for the 5.18 work!