include line test extras in manifest
[p5sagit/App-FatPacker.git] / maint / Makefile.PL.include
index 0cfde9f..f0354ac 100644 (file)
@@ -5,4 +5,5 @@ use Distar;
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
 
 manifest_include 'bin' => qr/.*/;
-
+manifest_include 't/mod' => qr/.*/;
+manifest_include 't/line' => qr/.*\.p[ml]/;