#
package B;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use XSLoader ();
require Exporter;
package B::Bblock;
-our $VERSION = '1.00';
+our $VERSION = '1.02';
use Exporter ();
@ISA = "Exporter";
#
package B::C::Section;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use B ();
use base B::Section;
package B::Debug;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use strict;
use B qw(peekop class walkoptree walkoptree_exec
package B::Lint;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
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 =
) ],
);
-$VERSION = '1.01';
+$VERSION = '1.02';
sub import {
require Exporter;
use strict;
use warnings;
-our $VERSION = "1.20";
+our $VERSION = "1.21";
XSLoader::load 'IO', $VERSION;
sub import {
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.09";
+$VERSION = "1.10";
@EXPORT = @IO::Seekable::EXPORT;
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.21_00";
+$VERSION = "1.22_00";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(
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
@ISA = qw(IO::Handle);
-$VERSION = "1.27";
+$VERSION = "1.28";
@EXPORT_OK = qw(sockatmark);
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.26";
+$VERSION = "1.27";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00_00";
+$VERSION = "1.01_00";
$VERSION = eval $VERSION;
{
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00_00";
+$VERSION = "1.01_00";
$VERSION = eval $VERSION;
{
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = ();
-our $VERSION = "1.05" ;
+our $VERSION = "1.06" ;
use AutoLoader;
our $host;
BEGIN {
- $VERSION = '1.1';
+ $VERSION = '1.11';
{
local $SIG{__DIE__};
eval {
@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
package re;
-our $VERSION = 0.03;
+our $VERSION = 0.04;
=head1 NAME
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;
our @EXPORT = qw(
async
);
-our $VERSION = '0.99';
+our $VERSION = '1.00';
sub equal {