summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2012-10-04 09:33:03 +0200
committerSteffen Mueller <smueller@cpan.org>2012-10-04 09:33:34 +0200
commit40f316a72b14619d13e83acddaab24c95cb0c03c (patch)
tree87117971ce97362948295c08d070f6ed3e0dba45 /dist/Data-Dumper
parent9a3182e96982be7c86914c175a01f6ad478f76d2 (diff)
downloadperl-40f316a72b14619d13e83acddaab24c95cb0c03c.tar.gz
Data::Dumper: Promote dev version to stable release
For staying in sync with CPAN.
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r--dist/Data-Dumper/Changes8
-rw-r--r--dist/Data-Dumper/Dumper.pm4
2 files changed, 9 insertions, 3 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index cf741b025d..dddc20e866 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -1,11 +1,17 @@
=head1 NAME
-HISTORY - public release history for Data::Dumper
+Changes - public release history for Data::Dumper
=head1 DESCRIPTION
=over 8
+=item 2.136 (Oct 04 2012)
+
+Promote to stable release.
+
+Drop some "register" declarations.
+
=item 2.135_07 (Aug 06 2012)
Use the new utf8 to code point functions - fixing a potential
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index a7dc82f9cb..925d9dd125 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;
BEGIN {
- $VERSION = '2.135_07'; # Don't forget to set version and release
+ $VERSION = '2.136'; # Don't forget to set version and release
} # date in POD!
#$| = 1;
@@ -1359,7 +1359,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.135_07 (August 20 2012)
+Version 2.136 (October 04 2012)
=head1 SEE ALSO