While permanentising meta/ 62628242 did not properly noindex it
Peter Rabbitson [Mon, 10 Dec 2012 08:05:32 +0000 (09:05 +0100)]
maint/Makefile.PL.inc/21_meta_noindex.pl
xt/eol.t
xt/notabs.t

index 9913b85..f833384 100644 (file)
@@ -5,6 +5,7 @@ no_index directory => $_ for (qw|
   lib/DBIx/Class/Admin
   lib/DBIx/Class/PK/Auto
   lib/DBIx/Class/CDBICompat
+  maint
 |);
 no_index package => $_ for (qw/
   DBIx::Class::Storage::DBIHacks
index 4baf714..221bce4 100644 (file)
--- a/xt/eol.t
+++ b/xt/eol.t
@@ -14,8 +14,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) {
 }
 
 Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 },
-  qw/t xt lib script examples/,
-  DBICTest::RunMode->is_author ? ('maint') : (),
+  qw/t xt lib script examples maint/,
 );
 
 # Changes is not a "perl file", hence checked separately
index 15e218f..3ddea64 100644 (file)
@@ -14,8 +14,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_notabs') ) {
 }
 
 Test::NoTabs::all_perl_files_ok(
-  qw/t xt lib script examples/,
-  DBICTest::RunMode->is_author ? ('maint') : (),
+  qw/t xt lib script examples maint/,
 );
 
 # Changes is not a "perl file", hence checked separately