summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2003-07-23 18:28:07 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-24 13:41:37 +0000
commit91ae37e2b9d749e548508367f5ed1acb070b1fd2 (patch)
tree8b8ffe297b29db6a4840a00168ccf9f99c278de5 /lib/ExtUtils
parent5e719f034d6be5248225b2711ae2a1df6aeff23b (diff)
downloadperl-91ae37e2b9d749e548508367f5ed1acb070b1fd2.tar.gz
[ANNOUNCE] ExtUtils::MakeMaker 6.11
Message-ID: <20030724082807.GA24285@windhund.schwern.org> p4raw-id: //depot/perl@20208
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r--lib/ExtUtils/MakeMaker.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
index 378640cf73..4406707ed7 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;