diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 10:37:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 10:37:36 +0000 |
commit | c8d65f1035cb1d70dc2830289eaeb81b4e0d2ff8 (patch) | |
tree | c9904aa722129ae0eda22d403ee8d88f06f5adbf /lib/ExtUtils/MM_MacOS.pm | |
parent | 10fdd3268bfedb0d10912f2f0ba6be13995de3fe (diff) | |
download | perl-c8d65f1035cb1d70dc2830289eaeb81b4e0d2ff8.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.37_02
p4raw-id: //depot/perl@32494
Diffstat (limited to 'lib/ExtUtils/MM_MacOS.pm')
-rw-r--r-- | lib/ExtUtils/MM_MacOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_MacOS.pm b/lib/ExtUtils/MM_MacOS.pm index 79ecc4ed14..0ebcc5180e 100644 --- a/lib/ExtUtils/MM_MacOS.pm +++ b/lib/ExtUtils/MM_MacOS.pm @@ -3,7 +3,7 @@ package ExtUtils::MM_MacOS; use strict; use vars qw($VERSION); -$VERSION = 1.1; +$VERSION = 6.37_02; sub new { die <<'UNSUPPORTED'; |