In perl.git, the branch smoke-me/stuff has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/12ad17d08c39da074a719b10f502de75eccbaa79?hp=7d7a00369915be3ffa2bf6111f35ef66934b2493>

- Log -----------------------------------------------------------------
commit 12ad17d08c39da074a719b10f502de75eccbaa79
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Tue May 22 22:49:45 2012 -0700

    Increase $B::VERSION to 1.35
-----------------------------------------------------------------------

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

diff --git a/ext/B/B.pm b/ext/B/B.pm
index 4f6a9f0..6b3d556 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.34';
+    $B::VERSION = '1.35';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.

--
Perl5 Master Repository

Reply via email to