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