include line test extras in manifest
Graham Knop [Wed, 27 Nov 2013 21:32:21 +0000 (16:32 -0500)]
maint/Makefile.PL.include

index 5ac89c8..f0354ac 100644 (file)
@@ -6,5 +6,4 @@ 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]/;