package B::Xref;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.07";
+our $VERSION = "1.08";
XSLoader::load 'NDBM_File', $VERSION;
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.82";
+$VERSION = "1.83";
=head1 NAME
clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.10;
+$VERSION = 1.11;
# --- ':hireswallclock' special handling
package Carp;
-our $VERSION = '1.10';
+our $VERSION = '1.11';
# this file is an utra-lightweight stub. The first time a function is
# called, Carp::Heavy is loaded, and the real short/longmessmess_jmp
# subs are installed
$DB::subname = ''; # currently executing sub (fullly qualified name)
$DB::lineno = ''; # current line number
- $DB::VERSION = $DB::VERSION = '1.01';
+ $DB::VERSION = $DB::VERSION = '1.02';
# initialize private globals to avoid warnings
package DirHandle;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
=head1 NAME
use 5.006_001; # for (defined ref) and $#$v and our
package Dumpvalue;
use strict;
-our $VERSION = '1.12';
+our $VERSION = '1.13';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic
require Exporter;
-$VERSION = '1.1005';
+$VERSION = '1.1006';
@ISA = qw(Exporter);
@EXPORT = qw(compare);
@EXPORT_OK = qw(cmp compare_text);
use strict;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK);
-$VERSION = "2.01";
+$VERSION = "2.02";
require IO::File;
@ISA = qw(IO::File);
package I18N::Collate;
use strict;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
package PerlIO;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
# Map layer name to package that defines it
our %alias;
package SelectSaver;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
package Term::ReadLine; # So late to allow the above code be defined?
-our $VERSION = '1.04';
+our $VERSION = '1.05';
my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
if ($which) {
package UNIVERSAL;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
# UNIVERSAL should not contain any extra subs/methods beyond those
# that it exists to define. The use of Exporter below is a historical
use strict;
use warnings;
use File::Spec;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
use bytes (); # for $bytes::hint_bits
package open;
use warnings;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
require 5.008001; # for PerlIO::get_layers()
package overload;
-our $VERSION = '1.07';
+our $VERSION = '1.08';
sub nil {}