diff options
author | Nicholas Clark <nick@ccl4.org> | 2021-05-25 19:25:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2021-05-26 07:41:40 +0000 |
commit | 9940d7c95f83dcd73b4b62eba7c1671f22ca8bf3 (patch) | |
tree | 1e9faa74d3c543cec132d78937a7159bf6e34882 /dist/Data-Dumper | |
parent | 7ad5408729d669291fa0fabea0fbb713313ba174 (diff) | |
download | perl-9940d7c95f83dcd73b4b62eba7c1671f22ca8bf3.tar.gz |
Data::Dumper 2.180 was released on 2021-05-26.
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r-- | dist/Data-Dumper/Changes | 4 | ||||
-rw-r--r-- | dist/Data-Dumper/Dumper.pm | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index 86a7c3d2f9..a064b1aa27 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,10 @@ Changes - public release history for Data::Dumper =over 8 +=item 2.181 (May 25 2021) + +No changes from previous dev release. + =item 2.180_53 (May 25 2021) Fix Makefile.PL to install to "perl" for 5.10.x and earlier (CPAN #12282) diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 82d2805faf..c6793c8235 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.180_53'; # Don't forget to set version and release + $VERSION = '2.181'; # 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.180_53 +Version 2.181 =head1 SEE ALSO |