In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f51e780d50ba816e170f9eaa2b939142234b2fb7?hp=642ef7c1b91288be96b948fea0661bf371c74551>

- Log -----------------------------------------------------------------
commit f51e780d50ba816e170f9eaa2b939142234b2fb7
Author: Father Chrysostomos <[email protected]>
Date:   Fri Apr 27 09:43:07 2012 -0700

    Increase $version::VERSION to 0.99
    
    What we have in blead right now matches that CPAN release, so this
    version bump *must* happen before 5.16.
-----------------------------------------------------------------------

Summary of changes:
 lib/version.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/version.pm b/lib/version.pm
index 3d3af10..3fcc5aa 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;
 
 use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
 
-$VERSION = 0.97;
+$VERSION = 0.99;
 
 $CLASS = 'version';
 

--
Perl5 Master Repository

Reply via email to