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=3fc915481cdf5676fb0ad4171ca9aa9f0ae9feb8;hb=a6b6cbd3fb0dc1b247fb7ae950995ac19bb79b6e;hp=6e047b4ea4a66e31edeeb9f9a7be96874784c1c2;hpb=ff4bf7427a9342c8547c2bdd21c59481e962e1d1;p=scpubgit%2FSystem-Introspector.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 6e047b4..3fc9154 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -7,8 +7,6 @@ use Distar; author 'Robert Sedlacek '; -manifest_include $_ => qr{.*} for qw( - bin - t/bin - t/data -); +manifest_include('bin' => qr{.*}); +manifest_include('t/bin' => qr{.*}); +manifest_include('t/data' => qr{.*});