use Carp;
-$VERSION = "1.808" ;
+$VERSION = "1.808_01" ;
{
local $SIG{__WARN__} = sub {$splice_end_array = "@_";};
use strict;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK $data );
-$VERSION = "2.011";
+$VERSION = "2.011_01";
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.76";
+$VERSION = "1.76_01";
=head1 NAME
use AutoLoader;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.10';
+$VERSION = '2.10_01';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#
d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
d_nanosleep);
-$VERSION = '1.55';
+$VERSION = '1.55_01';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
# wish, but if you redistribute a modified version, please attach a note
# listing the modifications you have made.
-$CGI::Cookie::VERSION='1.24';
+$CGI::Cookie::VERSION='1.24_01';
use CGI::Util qw(rearrange unescape escape);
use overload '""' => \&as_string,
BEGIN {require 5.005_03;}
-$VERSION = '6.21_01';
+$VERSION = '6.21_02';
($Revision) = q$Revision: 1.145 $ =~ /Revision:\s+(\S+)/;
require Exporter;
# Version 1.01 $Revision: 1.18 $ $Date: 2001/06/24 17:16:47 $
package Memoize;
-$VERSION = '1.01';
+$VERSION = '1.01_01';
# Compile-time constants
sub SCALAR () { 0 }
our($capture_stderr, $VERSION, $AUTOLOAD);
-$VERSION = '0.5.1';
+$VERSION = '0.5.2';
sub new { bless \my $foo, shift }
sub DESTROY { }
use IO::Handle;
# Debugger for Perl 5.00x; perl5db.pl patch level:
-$VERSION = 1.21;
+$VERSION = 1.21_01;
$header = "perl5db.pl version $VERSION";
# It is crucial that there is no lexicals in scope of `eval ""' down below