package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.87";
+$VERSION = "1.88";
=head1 NAME
sv_count
);
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);
use 5.006_001; # for (defined ref) and $#$v and our
package Dumpvalue;
use strict;
-our $VERSION = '1.13';
+our $VERSION = '1.14';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic
package Term::ReadLine; # So late to allow the above code be defined?
-our $VERSION = '1.05';
+our $VERSION = '1.06';
my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
if ($which) {