In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1231af1203dfc7d4af2e4bc191fd6627da413822?hp=059639d5cdd8e4ce8732e497e1c8a0d9deafc7b3>

- Log -----------------------------------------------------------------
commit 1231af1203dfc7d4af2e4bc191fd6627da413822
Author: Tony Cook <[email protected]>
Date:   Tue Jul 23 09:46:55 2013 +1000

    bump version for Data-Dumper
    
    I had a stray 5.19.2 tag (possibly from testing a few weeks back) that
    allowed cmp_version.t to pass
-----------------------------------------------------------------------

Summary of changes:
 dist/Data-Dumper/Dumper.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index fca6ab1..369747d 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.147'; # Don't forget to set version and release
+    $VERSION = '2.148'; # Don't forget to set version and release
 }               # date in POD below!
 
 #$| = 1;

--
Perl5 Master Repository

Reply via email to