In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/71795226ca4f06fe74d8d6ebb6b91dd8f7fc27af?hp=3d92e8b1e4996571de64a81f181b979bcc11778c>

- Log -----------------------------------------------------------------
commit 71795226ca4f06fe74d8d6ebb6b91dd8f7fc27af
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Tue Feb 1 11:41:28 2011 -0500

    Bump versions of modules changed since the last blead release (found by
    abigail's new failing test)
-----------------------------------------------------------------------

Summary of changes:
 ext/B/B/Showlex.pm   |    2 +-
 ext/Socket/Socket.pm |    2 +-
 lib/utf8.pm          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ext/B/B/Showlex.pm b/ext/B/B/Showlex.pm
index bbf90ff..2de8aa4 100644
--- a/ext/B/B/Showlex.pm
+++ b/ext/B/B/Showlex.pm
@@ -1,6 +1,6 @@
 package B::Showlex;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use strict;
 use B qw(svref_2object comppadlist class);
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index 36551b1..509eb26 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -3,7 +3,7 @@ package Socket;
 use strict;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.93";
+$VERSION = "1.94";
 
 =head1 NAME
 
diff --git a/lib/utf8.pm b/lib/utf8.pm
index 2d4afb5..b59eabf 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 sub import {
     $^H |= $utf8::hint_bits;

--
Perl5 Master Repository

Reply via email to