projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f7ad01
)
Whitespace-check the travis scripts as well
Peter Rabbitson [Wed, 27 Feb 2013 12:32:00 +0000 (13:32 +0100)]
xt/whitespace.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/whitespace.t
b/xt/whitespace.t
index
111a0db
..
62405bb
100644
(file)
--- 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;