add data to manifest
Matt S Trout [Mon, 23 Jul 2012 17:22:10 +0000 (17:22 +0000)]
maint/Makefile.PL.include

index 0ef9543..d96216a 100644 (file)
@@ -10,3 +10,7 @@ author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
 manifest_include(
   bin => qr/.*/
 );
+
+manifest_include(
+  't/data' => qr/.*/
+);