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

relaxed test for "Module doesnt exist" in t/require.t #264

Closed chuckadams closed 11 years ago

chuckadams commented 11 years ago

Perl 5.18 adds a "helpful" parenthetical to the error message for modules not found, so I relaxed the test by turning it into a regex match.