summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2010-09-10 09:14:48 +0200
committerSteffen Mueller <smueller@cpan.org>2010-09-10 09:14:48 +0200
commit34a37ff2684b2c523d48c7bd1b535fe1def66099 (patch)
treed6439cdbfc65dd8a208ab1d72881710abaacc992 /dist
parent85318b69b753c6704c6213a7ad352f41c140ef50 (diff)
downloadperl-34a37ff2684b2c523d48c7bd1b535fe1def66099.tar.gz
Upgrade Data::Dumper to 2.128
Diffstat (limited to 'dist')
-rw-r--r--dist/Data-Dumper/Changes14
-rw-r--r--dist/Data-Dumper/Dumper.pm4
2 files changed, 16 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 257e7f57d9..9db3b57fc8 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -6,6 +6,20 @@ HISTORY - public release history for Data::Dumper
=over 8
+=item 2.128 (Sep 10 2010)
+
+Promote previous release to stable version with the correct version.
+
+=item 2.127 (Sep 10 2010)
+
+Promote previous release to stable version.
+
+=item 2.126_01 (Sep 6 2010)
+
+Port core perl changes e3ec2293dc, fe642606b19.
+Fixes core perl RT #74170 (handle the stack changing in the
+custom sort functions) and adds a test.
+
=item 2.126 (Apr 15 2010)
Fix Data::Dumper's Fix Terse(1) + Indent(2):
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 5967642315..7d48c85267 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -9,7 +9,7 @@
package Data::Dumper;
-$VERSION = '2.126'; # Don't forget to set version and release date in POD!
+$VERSION = '2.128'; # Don't forget to set version and release date in POD!
#$| = 1;
@@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.126 (Apr 15 2010)
+Version 2.128 (Sep 10 2010)
=head1 SEE ALSO