summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-11-10 12:06:59 +0200
committerSawyer X <xsawyerx@cpan.org>2018-11-10 12:06:59 +0200
commit402defd695e9a9bf33a68c8738cc08e5533fded4 (patch)
treeb103f657204f2325dd22168c83c70fd2ccc9fb94
parentb4f5c5b5f66dbff06baac48bb0e0f38245623951 (diff)
downloadperl-402defd695e9a9bf33a68c8738cc08e5533fded4.tar.gz
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.
-rw-r--r--dist/Data-Dumper/Changes4
-rw-r--r--dist/Data-Dumper/Dumper.pm4
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