summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-06-30 09:15:08 +0000
committerNicholas Clark <nick@ccl4.org>2021-06-30 09:15:08 +0000
commit0bbac695ec3a38c073796ecad0e608d9a0629a65 (patch)
tree8eca6233b6c951d49cf7ab3d2b70086484b1e0c2
parentd35299949af458be6f4cee3a4cc26adae86d6a7f (diff)
downloadperl-0bbac695ec3a38c073796ecad0e608d9a0629a65.tar.gz
Data::Dumper 2.182 was released on 2021-06-30.
-rw-r--r--dist/Data-Dumper/Changes4
-rw-r--r--dist/Data-Dumper/Dumper.pm4
2 files changed, 6 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 57da22f102..ac477925b9 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -1,5 +1,9 @@
Revision history for Perl core module Data::Dumper
+2.182 2021-06-30 NWCLARK
+ - Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952)
+
+
2.181_50 2021-06-29 NWCLARK
- Set bugtracker metadata to https://github.com/Perl/perl5/issues
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 66ec6b5ef3..15589a33cf 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -29,7 +29,7 @@ our ( $Indent, $Trailingcomma, $Purity, $Pad, $Varname, $Useqq, $Terse, $Freezer
our ( @ISA, @EXPORT, @EXPORT_OK, $VERSION );
BEGIN {
- $VERSION = '2.181_50'; # Don't forget to set version and release
+ $VERSION = '2.182'; # Don't forget to set version and release
# date in POD below!
@ISA = qw(Exporter);
@@ -1452,7 +1452,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.181_50
+Version 2.182
=head1 SEE ALSO