diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-21 08:11:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-21 08:47:14 +0000 |
commit | 1487aac67a72b9f87b24113f65b4d878401bee33 (patch) | |
tree | 34fb3fe504370630d5bec34ea41a4c1019e3ac25 /lib/ExtUtils/MakeMaker/vmsish.pm | |
parent | 7f336194cfaf185f017d3850e370623e7a703691 (diff) | |
download | perl-1487aac67a72b9f87b24113f65b4d878401bee33.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.49_01
Diffstat (limited to 'lib/ExtUtils/MakeMaker/vmsish.pm')
-rw-r--r-- | lib/ExtUtils/MakeMaker/vmsish.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker/vmsish.pm b/lib/ExtUtils/MakeMaker/vmsish.pm index 225b9c79c3..666047aec7 100644 --- a/lib/ExtUtils/MakeMaker/vmsish.pm +++ b/lib/ExtUtils/MakeMaker/vmsish.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::vmsish; use strict; -our $VERSION = 6.48; +our $VERSION = 6.49_01; my $IsVMS = $^O eq 'VMS'; |