our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
$CheckForAutoloader, $CheckModTime);
-$VERSION = "1.0307";
+$VERSION = "1.04";
@ISA = qw(Exporter);
@EXPORT = qw(&autosplit &autosplit_lib_modules);
@EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);
use base 'Exporter';
use CPAN;
-$VERSION = "1.02";
+$VERSION = "1.03";
$CPAN::META->has_inst('Digest::MD5','no');
$CPAN::META->has_inst('LWP','no');
$CPAN::META->has_inst('Compress::Zlib','no');
use Carp;
-our $VERSION = '2.06';
+our $VERSION = '2.07';
use base qw/ Exporter /;
our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);
package English;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
require Exporter;
@ISA = (Exporter);
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.71";
+$VERSION = "2.72";
# fileparse_set_fstype() - specify OS-based rules used in future
# 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.05';
+$VERSION = '2.06';
require Exporter;
@ISA = qw(Exporter);
use strict;
use warnings;
-our $VERSION = "1.05";
+our $VERSION = "1.06";
our @ISA = qw( Exporter );
our @EXPORT = qw( mkpath rmtree );
our @EXPORT_OK = qw(lock_keys unlock_keys lock_value unlock_value
lock_hash unlock_hash
);
-our $VERSION = 0.04;
+our $VERSION = 0.05;
=head1 NAME
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
require 5.005; # Probably works on earlier versions too.
require Exporter;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
use threads::shared;
-our $VERSION = '2.00';
+our $VERSION = '2.01';
=head1 NAME
use 5.006_001;
use strict;
use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
# Pod documentation after __END__ below.
package Tie::RefHash;
-our $VERSION = 1.30;
+our $VERSION = 1.31;
=head1 NAME
package UNIVERSAL;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
# 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;
-our $VERSION = '0.2';
+our $VERSION = '0.21';
use Storable qw(dclone);
package attributes;
-our $VERSION = 0.05;
+our $VERSION = 0.06;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();
package base;
use 5.006_001;
-our $VERSION = "1.03";
+our $VERSION = "1.04";
sub import {
my $class = shift;
use 5.006;
use Carp;
-our $VERSION = 1.1;
+our $VERSION = 1.11;
our $DEBUG;
our $VERBOSE;
our $PRETTY;
use warnings::register;
our(%attr, $VERSION);
-$VERSION = "1.02";
+$VERSION = "1.04";
use Hash::Util qw(lock_keys);
package filetest;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
use Carp;
$open::hint_bits = 0x20000; # HINT_LOCALIZE_HH
-our $VERSION = '1.01';
+our $VERSION = '1.02';
my $locale_encoding;
package overload;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
$overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
sub import {
$^H |= $utf8::hint_bits;
package vmsish;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.0";
+ our $VERSION = "1.01";
XSLoader::load('OS2::Process', $VERSION);
}
package OS2::DLL;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Carp;
use XSLoader;
package TestInit;
+$VERSION = 1.01;
+
chdir 't' if -d 't';
@INC = '../lib';
require Exporter;
@ISA = qw(Exporter);
-$VERSION = 0.02;
+$VERSION = 0.03;
@EXPORT = qw(which_perl perl_lib makefile_name makefile_backup
make make_run run make_macro calibrate_mtime
use vars qw/@ISA $VERSION/;
@ISA = qw(Exporter);
-$VERSION = '0.02';
+$VERSION = '0.03';
# Package to to test Bigint's simulation of Calc
package VMS::Filespec;
require 5.002;
-our $VERSION = '1.1';
+our $VERSION = '1.11';
# If you want to use this package on a non-VMS system,
# uncomment the following line.
package warnings;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME