In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ecb4de39577c95734821743685366f6fe7f59a2d?hp=e5856194d9d2bb4cb4b0974bf4e89da755647185>

- Log -----------------------------------------------------------------
commit ecb4de39577c95734821743685366f6fe7f59a2d
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Mon Feb 24 18:07:16 2014 +0100

    Missing version bump for Deparse
    
    Not a good run, I am having. But also not anything tangible
    that our silly tests caught me on. :(
-----------------------------------------------------------------------

Summary of changes:
 lib/B/Deparse.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm
index 3376fc3..2e733a4 100644
--- a/lib/B/Deparse.pm
+++ b/lib/B/Deparse.pm
@@ -20,7 +20,7 @@ use B qw(class main_root main_start main_cv svref_2object 
opnumber perlstring
          CVf_METHOD CVf_LVALUE
         PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE
         PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = '1.25';
+$VERSION = '1.26';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();

--
Perl5 Master Repository

Reply via email to