include extra required files in manifest
Graham Knop [Sun, 21 Jul 2013 08:47:41 +0000 (04:47 -0400)]
maint/Makefile.PL.include

index 193decd..71fe8df 100644 (file)
@@ -6,4 +6,7 @@ author 'Matt S Trout - <mst@shadowcat.co.uk> - original author';
 
 manifest_include(
   't/smells-of-vcs' => qr{.*},
+  't' => '.pm',
+  't' => '.pl',
+  '' => qr{stolen_chunk_of_toke\.c|Declare\.xs},
 );