summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-26 16:35:45 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-26 16:35:45 -0700
commite2941eb00290cb2fcd0e0ca3f614f82202be65f7 (patch)
treed26579fd202e0444cdedf137a4707c06cfea24d3 /dist/Data-Dumper
parentecf0432f1e8289d3b387151b8bf1968133dda7f2 (diff)
downloadperl-e2941eb00290cb2fcd0e0ca3f614f82202be65f7.tar.gz
Data::Dumper version bump and perldelta
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r--dist/Data-Dumper/Changes5
-rw-r--r--dist/Data-Dumper/Dumper.pm4
2 files changed, 7 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 9db3b57fc8..921905b59c 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -6,6 +6,11 @@ HISTORY - public release history for Data::Dumper
=over 8
+=item 2.129 (date here)
+
+C<Dumpxs> no longer crashes with globs returned by C<*$io_ref>
+[perl #72332].
+
=item 2.128 (Sep 10 2010)
Promote previous release to stable version with the correct version.
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 7d48c85267..85863f53d7 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -9,7 +9,7 @@
package Data::Dumper;
-$VERSION = '2.128'; # Don't forget to set version and release date in POD!
+$VERSION = '2.129'; # 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.128 (Sep 10 2010)
+Version 2.129 (Sep 10 2010)
=head1 SEE ALSO