diff options
Diffstat (limited to 'lib/ExtUtils/CBuilder/Platform/Windows.pm')
-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 eeaa58ccd8..e219567c52 100644 --- a/lib/ExtUtils/CBuilder/Platform/Windows.pm +++ b/lib/ExtUtils/CBuilder/Platform/Windows.pm @@ -10,7 +10,7 @@ use ExtUtils::CBuilder::Base; use IO::File; use vars qw($VERSION @ISA); -$VERSION = '0.26'; +$VERSION = '0.2601'; @ISA = qw(ExtUtils::CBuilder::Base); sub new { |