summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/CBuilder/Platform/VMS.pm
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-04-22 09:41:44 +0000
committerSteve Hay <SteveHay@planit.com>2008-04-22 09:41:44 +0000
commitc3fb68a339256eb39318fec1e6d5a4f251f9f503 (patch)
tree34596b5026037ae64006562cd9d3f3446486af81 /lib/ExtUtils/CBuilder/Platform/VMS.pm
parentb5701e9edddf3f3df00cee80e48223f19407a9bc (diff)
downloadperl-c3fb68a339256eb39318fec1e6d5a4f251f9f503.tar.gz
Upgrade to ExtUtils-CBuilder-0.23
Wipes out local mods in 01-basic.t from #33339 (which are superseded by changes in 0.23), but keeps local mods for VMS from #32277 (which are still not in 0.23) p4raw-id: //depot/perl@33721
Diffstat (limited to 'lib/ExtUtils/CBuilder/Platform/VMS.pm')
-rw-r--r--lib/ExtUtils/CBuilder/Platform/VMS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/CBuilder/Platform/VMS.pm b/lib/ExtUtils/CBuilder/Platform/VMS.pm
index ab22cb23ac..e6babe8653 100644
--- a/lib/ExtUtils/CBuilder/Platform/VMS.pm
+++ b/lib/ExtUtils/CBuilder/Platform/VMS.pm
@@ -4,7 +4,7 @@ use strict;
use ExtUtils::CBuilder::Base;
use vars qw($VERSION @ISA);
-$VERSION = '0.22';
+$VERSION = '0.23_01';
@ISA = qw(ExtUtils::CBuilder::Base);
use File::Spec::Functions qw(catfile catdir);