X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=d7c89e926dc845cf21ea549acfd36615358a9b26;hp=9c38ea574a59948f24d12c1bff9a9e55c22b55c6;hb=a047d247f05d33042434a5a4fbc17046c435ad71;hpb=88fedacfb8aa6bee6a8542d64ed90e549f91ffe2 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/.*/;