X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=d7c89e926dc845cf21ea549acfd36615358a9b26;hb=69b84b615881f46d55a3f12d66c05e61844d10a7;hp=9c38ea574a59948f24d12c1bff9a9e55c22b55c6;hpb=88fedacfb8aa6bee6a8542d64ed90e549f91ffe2;p=p5sagit%2FConfig-Any.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 9c38ea5..d7c89e9 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -3,3 +3,8 @@ use lib 'Distar/lib'; use Distar; author 'Joel Bernstein '; + +manifest_include 't/conf' => qr/.*/; +manifest_include 't/invalid' => qr/.*/; +manifest_include 't/multi' => qr/.*/; +manifest_include 't/supported' => qr/.*/;