Bump versions of modules changed since the last blead release (found by
authorJesse Vincent <jesse@bestpractical.com>
Tue, 1 Feb 2011 16:41:28 +0000 (11:41 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 1 Feb 2011 16:41:28 +0000 (11:41 -0500)
abigail's new failing test)

ext/B/B/Showlex.pm
ext/Socket/Socket.pm
lib/utf8.pm

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