X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=bc0411c4d5b08cf5e6f04c1ec62aea1a9b0f64f7;hb=1780d20a01428a0d6174ffa427c902ac2453d186;hp=7b1198686ee818547d910ee360c994a48e90641c;hpb=887714fc97b1de43e63ccb189afe6a3d5bff1754;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 7b11986..bc0411c 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -5,7 +5,8 @@ use Distar 0.001; author 'Caelum: Rafael Kitover '; manifest_include 't/backcompat/0.04006/lib' => qr/.*\.pm$/; -manifest_include 't/bin' => qr/.*/; +manifest_include 't/bin' => qr/\w+/; +manifest_include 'script' => qr/\w+/; use FindBin; use lib "$FindBin::Bin/lib";