diff options
author | Steffen Mueller <smueller@cpan.org> | 2012-12-12 07:33:33 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2012-12-12 07:33:33 +0100 |
commit | c8c262e361f01533a0c0bcb721ff2e0345391554 (patch) | |
tree | 9f7db301e37d0407ca79a653b0f5865d380b1be0 /dist/Data-Dumper | |
parent | 3d24912184050c3b750afa33180de19735f6b960 (diff) | |
download | perl-c8c262e361f01533a0c0bcb721ff2e0345391554.tar.gz |
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.
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r-- | dist/Data-Dumper/Changes | 8 | ||||
-rw-r--r-- | 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 dddc20e866..5ec8d2521f 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 9d1fd1b01d..4999576c34 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 |