From: Peter Rabbitson Date: Wed, 27 Feb 2013 12:32:00 +0000 (+0100) Subject: Whitespace-check the travis scripts as well X-Git-Tag: v0.08209~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffaf1f8258c9950a56fa0233b3f80e14decc53e2;hp=5f7ad019ec0290c39a88df91f8152dcc923e8394;p=dbsrgits%2FDBIx-Class.git Whitespace-check the travis scripts as well --- diff --git a/xt/whitespace.t b/xt/whitespace.t index 111a0db..62405bb 100644 --- a/xt/whitespace.t +++ b/xt/whitespace.t @@ -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;