diff options
author | Nicholas Clark <nick@ccl4.org> | 2018-04-18 07:49:31 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2018-04-18 07:56:00 +0200 |
commit | fb6c5f2362938c24ea11028a5d7c9d9883848e8f (patch) | |
tree | 807a9c0dfbaa940ff679124658aeba8e0c956846 /cpan/ExtUtils-Constant | |
parent | 7191e740274fc5ebeb68a1bee813d008e00b4abe (diff) | |
download | perl-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.pm | 2 |
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 |