X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d733e1cce31e3f2d6d2c9adfa6d28cbde9308e06;hb=d6f1b4cbb44a4ab6a3ae7aa91d9ce7660f195838;hp=5c29c76eea8842ce794b14d13b17dbb2c3f3dd4a;hpb=b9f46eb8473865f035d99a119e3c0d4577e1acc1;p=catagits%2FGitalist.git diff --git a/Makefile.PL b/Makefile.PL index 5c29c76..d733e1c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ if ($ENV{GITALIST_RELEASE_TESTING}) { # Fill in provides info so that indexing works right (in the face of MX::Declare) # by just smashing filenames to package names and not trying to be smart.. File::Find::find(sub { - return unless $File::Find::name =~ /\.pm$/; + return unless /^\w.*?\.pm$/; my $fn = $File::Find::name; my $ver = ExtUtils::MM_Unix->parse_version($fn);