X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;fp=maint%2FMakefile.PL.include;h=de7cfa11236f2e55f6482e982d54dc7ca478faf7;hb=0f4cdbe7d72ea656b2627c47d22abb584c8add80;hp=0000000000000000000000000000000000000000;hpb=07e587b670d19ba6a8123b9bbc9236763e7b6428;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include new file mode 100644 index 0000000..de7cfa1 --- /dev/null +++ b/maint/Makefile.PL.include @@ -0,0 +1,10 @@ +BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) } +use lib 'Distar/lib'; +use Distar 0.001; + +author 'Andy Grundman '; + +manifest_include 't/lib/TestApp/root' => qr/.*/; +manifest_include 't/lib/IncTestApp/root' => qr/.*/; + +1;