X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=9dddca336cf1730883de63b7feab1bbe63072cbf;hb=6ee6b2dc9e125ae16be4a61048b1e4da3e237bf0;hp=4fbe3e5d216ac41d21eac7f49e45419cbcf80492;hpb=1f993d62ad928b38f02627ffde4f3e8a5e3d7cb7;p=catagits%2FWeb-Simple.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 4fbe3e5..9dddca3 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,3 +1,5 @@ +BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +use lib "Distar/lib"; use Distar; author 'mst - Matt S. Trout (cpan:MSTROUT) '; @@ -5,3 +7,4 @@ author 'mst - Matt S. Trout (cpan:MSTROUT) '; manifest_include 't/globbery' => qr/.*/; manifest_include 'docs' => qr/.*/; manifest_include 'examples' => qr/.*/; +manifest_include 'lib' => qr/.*\.pod$/;