the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
use File::Spec;
@ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.03";
+$VERSION = "1.04";
@EXPORT_OK = qw(DIR_UNLINK);
sub DIR_UNLINK () { 1 }
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.21";
+$VERSION = "1.22";
@EXPORT_OK = qw(
autoflush
@EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
@ISA = qw(Exporter);
-$VERSION = "1.08";
+$VERSION = "1.09";
sub seek {
@_ == 3 or croak 'usage: $io->seek(POS, WHENCE)';
use vars qw($VERSION @ISA);
require Exporter;
-$VERSION = "1.14";
+$VERSION = "1.15";
@ISA = qw(Exporter); # This is only so we can do version checking
use Errno;
@ISA = qw(IO::Socket);
-$VERSION = "1.25";
+$VERSION = "1.26";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
use Carp;
@ISA = qw(IO::Socket);
-$VERSION = "1.20";
+$VERSION = "1.21";
IO::Socket::UNIX->register_domain( AF_UNIX );
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00";
+$VERSION = "1.01";
{
package IPC::Msg::stat;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.00";
+$VERSION = "1.01";
{
package IPC::Semaphore::stat;
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.03";
+$VERSION = "1.04";
@EXPORT_OK = qw(
GETALL GETNCNT GETPID GETVAL GETZCNT
our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.04";
+$VERSION = "1.05";
$XS_VERSION = "1.03";
use Carp;
use 5.003_11;
use strict;
-our $VERSION = "2.06";
+our $VERSION = "2.07";
use Carp;
use XSLoader ();
our($VERSION, @ISA, @EXPORT);
-$VERSION = "1.0";
+$VERSION = "1.01";
@ISA = qw(Exporter);
@EXPORT_OK = qw(yield cond_signal cond_broadcast cond_wait async);
package attrs;
use XSLoader ();
-$VERSION = "1.0";
+$VERSION = "1.01";
=head1 NAME
package re;
-$VERSION = 0.02;
+our $VERSION = 0.03;
=head1 NAME
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
$CheckForAutoloader, $CheckModTime);
-$VERSION = "1.0305";
+$VERSION = "1.0306";
@ISA = qw(Exporter);
@EXPORT = qw(&autosplit &autosplit_lib_modules);
@EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);
@EXPORT_OK=qw(timesum cmpthese countit
clearcache clearallcache disablecache enablecache);
-$VERSION = 1.00;
+$VERSION = 1.01;
&init;
use strict;
use CGI ();
-$CGI::Pretty::VERSION = '1.05';
+$CGI::Pretty::VERSION = '1.06';
$CGI::DefaultClass = __PACKAGE__;
$CGI::Pretty::AutoloadClass = 'CGI';
@CGI::Pretty::ISA = qw( CGI );
use base 'Exporter';
use CPAN;
-$VERSION = "1.00";
+$VERSION = "1.01";
$CPAN::META->has_inst('MD5','no');
$CPAN::META->has_inst('LWP','no');
$CPAN::META->has_inst('Compress::Zlib','no');
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.562';
+our $VERSION = '5.563';
sub export_to_level {
require Exporter::Heavy;
our(@ISA, @EXPORT, $VERSION);
@ISA = qw(Exporter);
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f);
-$VERSION = '1.01';
+$VERSION = '1.02';
=head1 NAME
package ExtUtils::MakeMaker;
-$VERSION = "5.45";
+$VERSION = "5.46";
$Version_OK = "5.17"; # Makefiles older than $Version_OK will die
# (Will be checked from MakeMaker version 4.13 onwards)
($Revision = substr(q$Revision: 1.222 $, 10)) =~ s/\s+$//;
use 5.005_64;
use strict;
use Carp qw();
-our $VERSION = '0.03';
+our $VERSION = '0.04';
# Used for generating filehandle globs. IO::File might not be available!
my $fhname = "FH1";
require Exporter;
use Carp;
-$VERSION = '1.1002';
+$VERSION = '1.1003';
@ISA = qw(Exporter);
@EXPORT = qw(compare);
@EXPORT_OK = qw(cmp compare_text);
use strict;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK);
-$VERSION = "2.00";
+$VERSION = "2.01";
require IO::File;
@ISA = qw(IO::File);
our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf);
-$VERSION = 1.31;
+$VERSION = 1.32;
BEGIN {
unless ($^O eq 'unicosmk') {
@ISA = qw(Exporter);
-$VERSION = 1.00;
+$VERSION = 1.01;
my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad
require Exporter;
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = 1.03;
+$VERSION = 1.04;
@ISA = qw(Exporter);
@EXPORT = qw(pod2html htmlify);
@EXPORT = qw(gensym ungensym qualify qualify_to_ref);
@EXPORT_OK = qw(delete_package);
-$VERSION = 1.02;
+$VERSION = 1.03;
my $genpkg = "Symbol::";
my $genseq = 0;
package Text::ParseWords;
use vars qw($VERSION @ISA @EXPORT $PERL_SINGLE_QUOTE);
-$VERSION = "3.2";
+$VERSION = "3.21";
require 5.000;
@ISA = qw(Exporter);
@EXPORT = qw(&soundex $soundex_nocode);
-$VERSION = '1.0';
+$VERSION = '1.01';
# $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $
#
use 5.005_64;
use strict;
use Carp;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
# Pod documentation after __END__ below.
package attributes;
-$VERSION = 0.03;
+our $VERSION = 0.04;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();
#use strict; # debugging only
use 5.003_90; # ->can, for my $var
-$autouse::VERSION = '1.02';
+$autouse::VERSION = '1.03';
$autouse::DEBUG ||= 0;
package base;
use 5.005_64;
-our $VERSION = "1.01";
+our $VERSION = "1.02";
sub import {
my $class = shift;
use warnings::register;
our($VERSION, %declared);
-$VERSION = '1.02';
+$VERSION = '1.03';
#=======================================================================
use warnings::register;
our(%attr, $VERSION);
-$VERSION = "1.01";
+$VERSION = "1.02";
# some constants
sub _PUBLIC () { 1 }
=cut
-$strict::VERSION = "1.01";
+$strict::VERSION = "1.02";
my %bitmask = (
refs => 0x00000002,