summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r--dist/Data-Dumper/Changes8
-rw-r--r--dist/Data-Dumper/Dumper.pm4
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