This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper: Promote dev version to stable release
authorSteffen Mueller <smueller@cpan.org>
Thu, 4 Oct 2012 07:33:03 +0000 (09:33 +0200)
committerSteffen Mueller <smueller@cpan.org>
Thu, 4 Oct 2012 07:33:34 +0000 (09:33 +0200)
For staying in sync with CPAN.

dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm

index cf741b0..dddc20e 100644 (file)
@@ -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
index a7dc82f..925d9dd 100644 (file)
@@ -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