summaryrefslogtreecommitdiff
path: root/lib/Module/Build/Platform/EBCDIC.pm
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-01-14 17:46:43 +0000
committerSteve Hay <SteveHay@planit.com>2009-01-14 17:46:43 +0000
commit15cb7b9da658d77c02df54e9e55d86f9755d1f88 (patch)
tree7d62ade4a52212267430d7cac2e5f8ff10cc9056 /lib/Module/Build/Platform/EBCDIC.pm
parent07714eb4889156c33187b02961d4af49685702e0 (diff)
downloadperl-15cb7b9da658d77c02df54e9e55d86f9755d1f88.tar.gz
Upgrade to Module-Build-0.31012
We're now in sync with CPAN--no local changes remain in blead. TODO: Various extra core changes are now required to handle the new bundle.pl script as per the existing config_data script.
Diffstat (limited to 'lib/Module/Build/Platform/EBCDIC.pm')
-rw-r--r--lib/Module/Build/Platform/EBCDIC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/Platform/EBCDIC.pm b/lib/Module/Build/Platform/EBCDIC.pm
index 63b9bfd2cc..752960ce58 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.30';
+$VERSION = '0.31012';
$VERSION = eval $VERSION;
use Module::Build::Base;