From c8c262e361f01533a0c0bcb721ff2e0345391554 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Wed, 12 Dec 2012 07:33:33 +0100 Subject: [PATCH] Bring Data::Dumper version and changelog up to date with CPAN release The 2.139 CPAN release just went out. It has the same code that is in blead now, but it has distribution fixes on top of blead that wouldn't make sense here. This bumps the version and imports the change log. --- dist/Data-Dumper/Changes | 8 ++++++++ dist/Data-Dumper/Dumper.pm | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index dddc20e..5ec8d25 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,14 @@ Changes - public release history for Data::Dumper =over 8 +=item 2.139 (Dec 12 2012) + +Supply an explicit dynamic_config => 0 in META + +Properly list BUILD_REQUIRES prereqs (P5-RT#116028) + +Some optimizations. Removed useless "register" declarations. + =item 2.136 (Oct 04 2012) Promote to stable release. diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 9d1fd1b..4999576 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -10,7 +10,7 @@ package Data::Dumper; BEGIN { - $VERSION = '2.138'; # Don't forget to set version and release + $VERSION = '2.139'; # Don't forget to set version and release } # date in POD below! #$| = 1; @@ -1359,7 +1359,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.138 (November 25 2012) +Version 2.139 (December 12 2012) =head1 SEE ALSO -- 2.7.4