Codebase list libdbix-class-perl / ffaf1f8
Whitespace-check the travis scripts as well Peter Rabbitson 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1919 {
2020 no warnings 'redefine';
2121 my $is_pm = sub {
22 $_[0] !~ /\./ || $_[0] =~ /\.(?:pm|pod|skip|sql|json|proto)$/i || $_[0] =~ /::/;
22 $_[0] !~ /\./ || $_[0] =~ /\.(?:pm|pod|skip|bash|sql|json|proto)$/i || $_[0] =~ /::/;
2323 };
2424
2525 *Test::EOL::_is_perl_module = $is_pm;