summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/B/B.pm2
-rw-r--r--ext/B/B/Bblock.pm2
-rw-r--r--ext/B/B/C.pm2
-rw-r--r--ext/B/B/Debug.pm2
-rw-r--r--ext/B/B/Lint.pm2
-rw-r--r--ext/Fcntl/Fcntl.pm2
-rw-r--r--ext/File/Glob/Glob.pm2
-rw-r--r--ext/IO/IO.pm2
-rw-r--r--ext/IO/lib/IO/File.pm2
-rw-r--r--ext/IO/lib/IO/Handle.pm2
-rw-r--r--ext/IO/lib/IO/Select.pm2
-rw-r--r--ext/IO/lib/IO/Socket.pm2
-rw-r--r--ext/IO/lib/IO/Socket/INET.pm2
-rw-r--r--ext/IPC/SysV/Msg.pm2
-rw-r--r--ext/IPC/SysV/Semaphore.pm2
-rw-r--r--ext/POSIX/POSIX.pm2
-rw-r--r--ext/Sys/Hostname/Hostname.pm2
-rw-r--r--ext/Sys/Syslog/Syslog.pm2
-rw-r--r--ext/re/re.pm2
-rw-r--r--ext/threads/shared/shared.pm2
-rwxr-xr-xext/threads/threads.pm2
21 files changed, 21 insertions, 21 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 85b88fc592..c251459f47 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -7,7 +7,7 @@
#
package B;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use XSLoader ();
require Exporter;
diff --git a/ext/B/B/Bblock.pm b/ext/B/B/Bblock.pm
index 35a80ea3c0..908cc76055 100644
--- a/ext/B/B/Bblock.pm
+++ b/ext/B/B/Bblock.pm
@@ -1,6 +1,6 @@
package B::Bblock;
-our $VERSION = '1.00';
+our $VERSION = '1.02';
use Exporter ();
@ISA = "Exporter";
diff --git a/ext/B/B/C.pm b/ext/B/B/C.pm
index 9ae2359801..3011eb0934 100644
--- a/ext/B/B/C.pm
+++ b/ext/B/B/C.pm
@@ -7,7 +7,7 @@
#
package B::C::Section;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use B ();
use base B::Section;
diff --git a/ext/B/B/Debug.pm b/ext/B/B/Debug.pm
index 38cfc67569..92b91d2726 100644
--- a/ext/B/B/Debug.pm
+++ b/ext/B/B/Debug.pm
@@ -1,6 +1,6 @@
package B::Debug;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use strict;
use B qw(peekop class walkoptree walkoptree_exec
diff --git a/ext/B/B/Lint.pm b/ext/B/B/Lint.pm
index af82a1a4e8..1c08e8e0ea 100644
--- a/ext/B/B/Lint.pm
+++ b/ext/B/B/Lint.pm
@@ -1,6 +1,6 @@
package B::Lint;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm
index 5153ad5393..9cdeb13ed0 100644
--- a/ext/Fcntl/Fcntl.pm
+++ b/ext/Fcntl/Fcntl.pm
@@ -60,7 +60,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $AUTOLOAD);
require Exporter;
use XSLoader ();
@ISA = qw(Exporter);
-$VERSION = "1.04";
+$VERSION = "1.05";
# Items to export into callers namespace by default
# (move infrequently used names to @EXPORT_OK below)
@EXPORT =
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm
index d670b6ae7b..2aa3a1db37 100644
--- a/ext/File/Glob/Glob.pm
+++ b/ext/File/Glob/Glob.pm
@@ -56,7 +56,7 @@ use XSLoader ();
) ],
);
-$VERSION = '1.01';
+$VERSION = '1.02';
sub import {
require Exporter;
diff --git a/ext/IO/IO.pm b/ext/IO/IO.pm
index 70017cbd46..2a368e7f1f 100644
--- a/ext/IO/IO.pm
+++ b/ext/IO/IO.pm
@@ -7,7 +7,7 @@ use Carp;
use strict;
use warnings;
-our $VERSION = "1.20";
+our $VERSION = "1.21";
XSLoader::load 'IO', $VERSION;
sub import {
diff --git a/ext/IO/lib/IO/File.pm b/ext/IO/lib/IO/File.pm
index c90eb37a4c..538efcd0b6 100644
--- a/ext/IO/lib/IO/File.pm
+++ b/ext/IO/lib/IO/File.pm
@@ -121,7 +121,7 @@ require Exporter;
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.09";
+$VERSION = "1.10";
@EXPORT = @IO::Seekable::EXPORT;
diff --git a/ext/IO/lib/IO/Handle.pm b/ext/IO/lib/IO/Handle.pm
index 29b83165a2..465ea6ce55 100644
--- a/ext/IO/lib/IO/Handle.pm
+++ b/ext/IO/lib/IO/Handle.pm
@@ -263,7 +263,7 @@ use IO (); # Load the XS module
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.21_00";
+$VERSION = "1.22_00";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(
diff --git a/ext/IO/lib/IO/Select.pm b/ext/IO/lib/IO/Select.pm
index 83c3d4a1b3..3e23cc087f 100644
--- a/ext/IO/lib/IO/Select.pm
+++ b/ext/IO/lib/IO/Select.pm
@@ -11,7 +11,7 @@ use warnings::register;
use vars qw($VERSION @ISA);
require Exporter;
-$VERSION = "1.15";
+$VERSION = "1.16";
@ISA = qw(Exporter); # This is only so we can do version checking
diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm
index f8c3cb346a..e706894a75 100644
--- a/ext/IO/lib/IO/Socket.pm
+++ b/ext/IO/lib/IO/Socket.pm
@@ -23,7 +23,7 @@ require IO::Socket::UNIX if ($^O ne 'epoc');
@ISA = qw(IO::Handle);
-$VERSION = "1.27";
+$VERSION = "1.28";
@EXPORT_OK = qw(sockatmark);
diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm
index 7d1c94dedd..ce3435fe06 100644
--- a/ext/IO/lib/IO/Socket/INET.pm
+++ b/ext/IO/lib/IO/Socket/INET.pm
@@ -15,7 +15,7 @@ use Exporter;
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.26";
+$VERSION = "1.27";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
diff --git a/ext/IPC/SysV/Msg.pm b/ext/IPC/SysV/Msg.pm
index 50ca564906..88d7b34f08 100644
--- a/ext/IPC/SysV/Msg.pm
+++ b/ext/IPC/SysV/Msg.pm
@@ -11,7 +11,7 @@ use strict;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00_00";
+$VERSION = "1.01_00";
$VERSION = eval $VERSION;
{
diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm
index 5816f9c1e9..b17664fae3 100644
--- a/ext/IPC/SysV/Semaphore.pm
+++ b/ext/IPC/SysV/Semaphore.pm
@@ -12,7 +12,7 @@ use strict;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00_00";
+$VERSION = "1.01_00";
$VERSION = eval $VERSION;
{
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm
index edd36098da..819fe57564 100644
--- a/ext/POSIX/POSIX.pm
+++ b/ext/POSIX/POSIX.pm
@@ -2,7 +2,7 @@ package POSIX;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = ();
-our $VERSION = "1.05" ;
+our $VERSION = "1.06" ;
use AutoLoader;
diff --git a/ext/Sys/Hostname/Hostname.pm b/ext/Sys/Hostname/Hostname.pm
index 632ea9bb79..415f9517fa 100644
--- a/ext/Sys/Hostname/Hostname.pm
+++ b/ext/Sys/Hostname/Hostname.pm
@@ -15,7 +15,7 @@ our $VERSION;
our $host;
BEGIN {
- $VERSION = '1.1';
+ $VERSION = '1.11';
{
local $SIG{__DIE__};
eval {
diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm
index 1aec33f859..03adde6363 100644
--- a/ext/Sys/Syslog/Syslog.pm
+++ b/ext/Sys/Syslog/Syslog.pm
@@ -7,7 +7,7 @@ use Carp;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(openlog closelog setlogmask syslog);
@EXPORT_OK = qw(setlogsock);
-$VERSION = '0.03';
+$VERSION = '0.04';
# it would be nice to try stream/unix first, since that will be
# most efficient. However streams are dodgy - see _syslog_send_stream
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 6720a7bdb6..bf26fd2123 100644
--- a/ext/re/re.pm
+++ b/ext/re/re.pm
@@ -1,6 +1,6 @@
package re;
-our $VERSION = 0.03;
+our $VERSION = 0.04;
=head1 NAME
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm
index 64ab0799f5..9c573ba866 100644
--- a/ext/threads/shared/shared.pm
+++ b/ext/threads/shared/shared.pm
@@ -7,7 +7,7 @@ BEGIN {
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(share cond_wait cond_broadcast cond_signal);
- our $VERSION = '0.90';
+ our $VERSION = '0.91';
if ($threads::threads) {
*cond_wait = \&cond_wait_enabled;
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm
index 66c6134e82..6709f633a9 100755
--- a/ext/threads/threads.pm
+++ b/ext/threads/threads.pm
@@ -52,7 +52,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
async
);
-our $VERSION = '0.99';
+our $VERSION = '1.00';
sub equal {