include test corpus in manifest
Graham Knop [Tue, 21 Feb 2017 17:21:12 +0000 (18:21 +0100)]
maint/Makefile.PL.include

index 9c38ea5..d7c89e9 100644 (file)
@@ -3,3 +3,8 @@ use lib 'Distar/lib';
 use Distar;
 
 author 'Joel Bernstein <rataxis@cpan.org>';
+
+manifest_include 't/conf' => qr/.*/;
+manifest_include 't/invalid' => qr/.*/;
+manifest_include 't/multi' => qr/.*/;
+manifest_include 't/supported' => qr/.*/;