diff options
author | Steve Hay <SteveHay@planit.com> | 2007-08-17 11:00:24 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-08-17 11:00:24 +0000 |
commit | 72076cb2fceca96b75f3acbda2b8105d780bd2b0 (patch) | |
tree | 2d2d676a414aa93290c9edbb15aa6b1c962a1652 /lib/ExtUtils | |
parent | ea4d13ef2a57ca96b98bc4f9939f8d426e746190 (diff) | |
download | perl-72076cb2fceca96b75f3acbda2b8105d780bd2b0.tar.gz |
Oops, forgot to bump $VERSION for #31728
p4raw-id: //depot/perl@31729
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/CBuilder/Platform/Windows.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/CBuilder/Platform/Windows.pm b/lib/ExtUtils/CBuilder/Platform/Windows.pm index 1b26c7424b..027d06284b 100644 --- a/lib/ExtUtils/CBuilder/Platform/Windows.pm +++ b/lib/ExtUtils/CBuilder/Platform/Windows.pm @@ -9,7 +9,7 @@ use File::Spec; use ExtUtils::CBuilder::Base; use vars qw($VERSION @ISA); -$VERSION = '0.13'; +$VERSION = '0.13_01'; @ISA = qw(ExtUtils::CBuilder::Base); sub new { |