This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump Data::Dumper's $VERSION and update Changes, for a dev release.
authorNicholas Clark <nick@ccl4.org>
Sun, 23 May 2021 13:32:39 +0000 (13:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 23 May 2021 13:32:39 +0000 (13:32 +0000)
dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm

index 4397626..2c1f095 100644 (file)
@@ -6,6 +6,10 @@ Changes - public release history for Data::Dumper
 
 =over 8
 
+=item 2.180_51 (May 23 2021)
+
+Convert dumper.t to Test::More and eliminate a lot of test code duplication.
+
 =item 2.180_50 (May 22 2021)
 
 Data::Dumper now requires Perl v5.8.1 or later.
index 60dc947..8232fa3 100644 (file)
@@ -29,7 +29,7 @@ our ( $Indent, $Trailingcomma, $Purity, $Pad, $Varname, $Useqq, $Terse, $Freezer
 our ( @ISA, @EXPORT, @EXPORT_OK, $VERSION );
 
 BEGIN {
-    $VERSION = '2.180_50'; # Don't forget to set version and release
+    $VERSION = '2.180_51'; # 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_50
+Version 2.180_51
 
 =head1 SEE ALSO