Skip to content

Commit

Permalink
Whitespace-check the travis scripts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 27, 2013
1 parent 5f7ad01 commit ffaf1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/whitespace.t
Expand Up @@ -20,7 +20,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_whitespace') ) {
{
no warnings 'redefine';
my $is_pm = sub {
$_[0] !~ /\./ || $_[0] =~ /\.(?:pm|pod|skip|sql|json|proto)$/i || $_[0] =~ /::/;
$_[0] !~ /\./ || $_[0] =~ /\.(?:pm|pod|skip|bash|sql|json|proto)$/i || $_[0] =~ /::/;
};

*Test::EOL::_is_perl_module = $is_pm;
Expand Down

0 comments on commit ffaf1f8

Please sign in to comment.