summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-Constant
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2018-04-18 07:49:31 +0200
committerNicholas Clark <nick@ccl4.org>2018-04-18 07:56:00 +0200
commitfb6c5f2362938c24ea11028a5d7c9d9883848e8f (patch)
tree807a9c0dfbaa940ff679124658aeba8e0c956846 /cpan/ExtUtils-Constant
parent7191e740274fc5ebeb68a1bee813d008e00b4abe (diff)
downloadperl-fb6c5f2362938c24ea11028a5d7c9d9883848e8f.tar.gz
Bump version to 0.25.
This release contains only the 1 byte fix for perl RT #132974 The Changes file is still incomplete (see cpan RT #122854)
Diffstat (limited to 'cpan/ExtUtils-Constant')
-rw-r--r--cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
index 7fe819de9c..e6d71f9b10 100644
--- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
+++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
@@ -1,6 +1,6 @@
package ExtUtils::Constant;
use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS);
-$VERSION = '0.24_50';
+$VERSION = '0.25';
=head1 NAME