add bin dir and test helpers to manifest
Robert 'phaylon' Sedlacek [Thu, 30 Aug 2012 21:21:12 +0000 (21:21 +0000)]
maint/Makefile.PL.include

index 05af156..6e047b4 100644 (file)
@@ -6,3 +6,9 @@ use lib 'Distar/lib';
 use Distar;
 
 author 'Robert Sedlacek <r.sedlacek@shadowcat.co.uk>';
+
+manifest_include $_ => qr{.*} for qw(
+  bin
+  t/bin
+  t/data
+);