diff options
Diffstat (limited to 'lib/Module/Build/Platform/EBCDIC.pm')
-rw-r--r-- | lib/Module/Build/Platform/EBCDIC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/Platform/EBCDIC.pm b/lib/Module/Build/Platform/EBCDIC.pm index 1b7f57e581..be8bae7ee8 100644 --- a/lib/Module/Build/Platform/EBCDIC.pm +++ b/lib/Module/Build/Platform/EBCDIC.pm @@ -2,7 +2,7 @@ package Module::Build::Platform::EBCDIC; use strict; use vars qw($VERSION); -$VERSION = '0.34_02'; +$VERSION = '0.340201'; $VERSION = eval $VERSION; use Module::Build::Base; |