diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-02-22 14:36:27 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-02-22 14:36:27 +0000 |
commit | 1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95 (patch) | |
tree | 153c99d24ca98170c65388cd916f2c88e9ff26f0 /lib/ExtUtils/MM_VOS.pm | |
parent | 78ff2d7be71ff9f6811d8b05bb66c4c4707951ba (diff) | |
download | perl-1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95.tar.gz |
Upgrade to ExtUtils-MakeMaker-6.32. Included a version
bump to ExtUtils::MakeMaker to 6.32_01 because changes
#29266, #29583, #29580, #29581 and #29583 were missing from the new
release.
p4raw-id: //depot/perl@30380
Diffstat (limited to 'lib/ExtUtils/MM_VOS.pm')
-rw-r--r-- | lib/ExtUtils/MM_VOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_VOS.pm b/lib/ExtUtils/MM_VOS.pm index 71b50f673b..137437d5f7 100644 --- a/lib/ExtUtils/MM_VOS.pm +++ b/lib/ExtUtils/MM_VOS.pm @@ -2,7 +2,7 @@ package ExtUtils::MM_VOS; use strict; use vars qw($VERSION @ISA); -$VERSION = '0.03'; +$VERSION = '0.04'; require ExtUtils::MM_Unix; @ISA = qw(ExtUtils::MM_Unix); |