This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump Data::Dumper to 2.173 (no real change):
authorSawyer X <xsawyerx@cpan.org>
Sat, 10 Nov 2018 10:06:59 +0000 (12:06 +0200)
committerSawyer X <xsawyerx@cpan.org>
Sat, 10 Nov 2018 10:06:59 +0000 (12:06 +0200)
The change will happen in the Makefile.PL which is generated and
released. It is generated automatically, so we can't actually inject
the parts that we want.

The way I handle it at the moment is:

* Build perl
* Copy Data::Dumper to other directory
* Grab MANIFEST.SKIP and Makefile.PL from previous release
* Add the DEFINE we need to fix this:

    # In WriteMakefile(...)
    DEFINE        => '-DUSE_PPPORT_H',

* perl Makefile.PL && make && make test && make dist
* Retest the tarball
* Release to CPAN

But we need this bump anyway, so this commit.

dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm

index 25607be..161a36e 100644 (file)
@@ -6,6 +6,10 @@ Changes - public release history for Data::Dumper
 
 =over 8
 
 
 =over 8
 
+=item 2.173
+
+perl #133624: Reinstate support for 5.8.8 and older.
+
 =item 2.172
 
 Prepare recent changes for CPAN release
 =item 2.172
 
 Prepare recent changes for CPAN release
index 22a1150..40aeb7d 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.172'; # Don't forget to set version and release
+    $VERSION = '2.173'; # Don't forget to set version and release
 }               # date in POD below!
 
 #$| = 1;
 }               # date in POD below!
 
 #$| = 1;
@@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 2.172
+Version 2.173
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO