From: Michael G. Schwern Date: Thu, 24 Jul 2003 01:28:07 +0000 (-0700) Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91ae37e2b9d749e548508367f5ed1acb070b1fd2;p=p5sagit%2Fp5-mst-13.2.git [ANNOUNCE] ExtUtils::MakeMaker 6.11 Message-ID: <20030724082807.GA24285@windhund.schwern.org> p4raw-id: //depot/perl@20208 --- diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 378640c..4406707 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker; BEGIN {require 5.005_03;} -$VERSION = '6.10_07'; +$VERSION = '6.11'; ($Revision) = q$Revision: 1.117 $ =~ /Revision:\s+(\S+)/; require Exporter;