From: Graham Knop Date: Tue, 3 Sep 2013 18:57:38 +0000 (-0400) Subject: fix typo in version X-Git-Tag: v1.003002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8116660fd58f90a4833db8cf1c9865e7d1a19222;p=gitmo%2FRole-Tiny.git fix typo in version --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index f9ca77f..fa766f9 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,7 +1,7 @@ BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } use lib 'Distar/lib'; use Distar; -use ExtUtils::MakeMaker 5.68 (); +use ExtUtils::MakeMaker 6.68 (); author 'mst - Matt S. Trout (cpan:MSTROUT) ';