X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=45effa759491a128353f1fed45706f49d5994c57;hb=350f2de6ebd85fd6fc5699c0773e6737756bac36;hp=b6d01d37e9565b352eafcb4744cc1f31b95ce671;hpb=58af3cd5b73f2ec8161e2bfe999f37fb8a0c0fb5;p=gitmo%2FMoo.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index b6d01d3..45effa7 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,6 +1,8 @@ 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) ';