X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=45effa759491a128353f1fed45706f49d5994c57;hb=350f2de6ebd85fd6fc5699c0773e6737756bac36;hp=993a2930bb8ccfd2c6003a8c9a0fbd21747fa323;hpb=9730d6e97364b835788b6feb736c876bc9285247;p=gitmo%2FMoo.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 993a293..45effa7 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,7 +1,12 @@ BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } use lib 'Distar/lib'; -use Distar; +use Distar 0.001; + +use ExtUtils::MakeMaker 6.57_10 (); author 'mst - Matt S. Trout (cpan:MSTROUT) '; +manifest_include t => 'global-destruction-helper.pl'; +manifest_include bin => 'moo-outdated'; + 1;