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>
Mon, 24 May 2021 07:18:33 +0000 (07:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 24 May 2021 09:06:50 +0000 (09:06 +0000)
dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm

index 2c1f095..c034ec7 100644 (file)
@@ -6,6 +6,10 @@ Changes - public release history for Data::Dumper
 
 =over 8
 
+=item 2.180_52 (May 24 2021)
+
+Remove no longer needed compatibility shims, and use ppport.h whenever possible.
+
 =item 2.180_51 (May 23 2021)
 
 Convert dumper.t to Test::More and eliminate a lot of test code duplication.
index 8232fa3..5c28c99 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_51'; # Don't forget to set version and release
+    $VERSION = '2.180_52'; # 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_51
+Version 2.180_52
 
 =head1 SEE ALSO