) ],
);
-$VERSION = '1.04';
+$VERSION = '1.05';
sub import {
require Exporter;
GDBM_WRITER
);
-$VERSION = "1.07";
+$VERSION = "1.08";
sub AUTOLOAD {
my($constname);
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.05";
+our $VERSION = "1.06";
XSLoader::load 'NDBM_File', $VERSION;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.05";
+our $VERSION = "1.06";
XSLoader::load 'ODBM_File', $VERSION;
our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.07";
+$VERSION = "1.08";
$XS_VERSION = "1.03";
use Carp;
package ops;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Opcode qw(opmask_add opset invert_opset);
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04" ;
+our $VERSION = "1.05";
XSLoader::load 'SDBM_File', $VERSION;
use vars qw/ $VERSION @EXPORT /;
-$VERSION = '0.01';
+$VERSION = '0.02';
@EXPORT = (qw/
T_SV
package attrs;
use XSLoader ();
-$VERSION = "1.01";
+$VERSION = "1.02";
=head1 NAME
package re;
-our $VERSION = 0.05;
+our $VERSION = 0.06;
=head1 NAME
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(share cond_wait cond_timedwait cond_broadcast cond_signal);
- our $VERSION = '0.93';
+ our $VERSION = '0.94';
if ($threads::threads) {
*cond_wait = \&cond_wait_enabled;
$DB::subname = ''; # currently executing sub (fullly qualified name)
$DB::lineno = ''; # current line number
- $DB::VERSION = $DB::VERSION = '1.0';
+ $DB::VERSION = $DB::VERSION = '1.01';
# initialize private globals to avoid warnings
use 5.006_001; # for (defined ref) and $#$v and our
package Dumpvalue;
use strict;
-our $VERSION = '1.11';
+our $VERSION = '1.12';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic
package English;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
require Exporter;
@ISA = (Exporter);
# package has not yet been updated to work with Perl 5.004, and so it
# would be a Bad Thing for the CPAN module to grab it and replace this
# module. Therefore, we set this module's version higher than 2.0.
-$VERSION = '2.08_01';
+$VERSION = '2.09';
require Exporter;
@ISA = qw(Exporter);
package FileCache;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
=head1 NAME
=cut
-our $VERSION = '1.02';
+our $VERSION = '1.03';
require Exporter;
require Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.0503;
+$VERSION = 1.0504;
@ISA = qw(Exporter);
@EXPORT = qw(pod2html htmlify);
@EXPORT_OK = qw(anchorify);
package Term::ReadLine; # So late to allow the above code be defined?
-our $VERSION = '1.01';
+our $VERSION = '1.02';
my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
if ($which) {
package Tie::Hash;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
use strict;
use warnings;
-our $VERSION = '0.23';
+our $VERSION = '0.24';
use Storable qw(dclone);
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
use File::Spec;
use vars qw($VERSION $Verbose);
-$VERSION = '1.02';
+$VERSION = '1.03';
$Verbose = 0;
sub import
use Carp;
$Carp::Internal{__PACKAGE__.""}++;
-our $VERSION = 1.14;
+our $VERSION = 1.15;
our $DEBUG;
our $VERBOSE;
our $PRETTY;
package overload;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
$overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
package vmsish;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
package warnings;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=head1 NAME
package warnings::register;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=pod
our @EXPORT = qw(
AnyIni UserIni SystemIni
);
-our $VERSION = '0.03';
+our $VERSION = '0.04';
XSLoader::load 'OS2::PrfDB', $VERSION;
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.01";
+ our $VERSION = "1.02";
XSLoader::load('OS2::Process', $VERSION);
}
# Other items we are prepared to export if requested
@EXPORT_OK = qw(drop register);
-$VERSION = '1.02';
+$VERSION = '1.03';
# We cannot just put OS2::DLL in @ISA, since some scripts would use
# function interface, not method interface...
#!/usr/bin/perl
-$VERSION = '1.02_01';
+$VERSION = '1.02_02';
BEGIN {
push @INC, './lib';
package warnings;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=head1 NAME