include test corpus in manifest
[p5sagit/Config-Any.git] / 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/.*/;