Subject: | no_index test failures due to debian/ files |
(The bug's actually broken in 1.07, but it hasn't propagated to CPAN/RT yet)
This is marked wishlist because it's really unimportant, and is
essentially a bug downstream (which we've patched for our purposes).
Basically I just thought I'd let you know about it, but feel free to
reject it.
In Debian we include control files in the debian/ directory, but it's
causing test failures with no_index because it's surprised to find them
there (and in your upstream tarball they wouldn't be). This can be fixed
with an additional rule to your no_index test file:
--- a/t/03_no_index.t
+++ b/t/03_no_index.t
@@ -40,6 +40,10 @@
pm_to_blib
};
my @files = sort grep {
+ ! /^debian/
+ and
! /\.svn\b/
and
! /\.sw[op]\b/