From 402defd695e9a9bf33a68c8738cc08e5533fded4 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Sat, 10 Nov 2018 12:06:59 +0200 Subject: Bump Data::Dumper to 2.173 (no real change): 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 | 4 ++++ 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 25607bec1b..161a36e2bf 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.173 + +perl #133624: Reinstate support for 5.8.8 and older. + =item 2.172 Prepare recent changes for CPAN release diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 22a115008f..40aeb7d0e5 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -10,7 +10,7 @@ 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; @@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.172 +Version 2.173 =head1 SEE ALSO -- cgit v1.2.1