summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-12-26 15:17:11 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-26 15:17:11 +0000
commit95fb4b651a76fb93d315f00bfbcc35c2d6fb7953 (patch)
tree910f37f3059f6ff1ee75453de6235f82bb1dca0d
parent98feab8f7ad1d47a3fa72ed5a8da3bfc0f770461 (diff)
downloadperl-95fb4b651a76fb93d315f00bfbcc35c2d6fb7953.tar.gz
bump $Data::Dumper::VERSION
(not cherry picked from commit 2122602f85 because version 2.175 was already released in perl 5.33.1 and was slightly different to what is now here due to 263d8ae211 not having been back-ported)
-rw-r--r--dist/Data-Dumper/Dumper.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 4866af9861..4de79bbda4 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;
BEGIN {
- $VERSION = '2.174'; # Don't forget to set version and release
+ $VERSION = '2.174_01'; # Don't forget to set version and release
} # date in POD below!
#$| = 1;
@@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.174
+Version 2.174_01
=head1 SEE ALSO