From: Robert 'phaylon' Sedlacek Date: Thu, 30 Aug 2012 21:21:12 +0000 (+0000) Subject: add bin dir and test helpers to manifest X-Git-Tag: v0.001_001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff4bf7427a9342c8547c2bdd21c59481e962e1d1;p=scpubgit%2FSystem-Introspector.git add bin dir and test helpers to manifest --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 05af156..6e047b4 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -6,3 +6,9 @@ use lib 'Distar/lib'; use Distar; author 'Robert Sedlacek '; + +manifest_include $_ => qr{.*} for qw( + bin + t/bin + t/data +);