Revert some test changes to bring things back in line with master
[dbsrgits/DBIx-Class.git] / xt / whitespace.t
index 111a0db..8caaaee 100644 (file)
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-use Test::More;
+use Test::More skip_all => 'Would TODO but Test::EOL ignores $TODO';
 use File::Glob 'bsd_glob';
 use lib 't/lib';
 use DBICTest ':GlobalLock';
@@ -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;