@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble);
-$VERSION = 0.02;
+$VERSION = 0.03;
use strict;
my %opnumber;
package Data::Dumper;
-$VERSION = '2.102';
+$VERSION = '2.103';
#$| = 1;
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.58';
+ $VERSION = '5.59';
}
AUTOLOAD {
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
$CheckForAutoloader, $CheckModTime);
-$VERSION = "1.0306";
+$VERSION = "1.0307";
@ISA = qw(Exporter);
@EXPORT = qw(&autosplit &autosplit_lib_modules);
@EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*-
package CPAN;
-$VERSION = '1.59_54';
+$VERSION = '1.59_55';
# $Id: CPAN.pm,v 1.385 2001/02/09 21:37:57 k Exp $
# only used during development:
);
use strict;
-$VERSION = sprintf("%d.%02d", q$Revision: 1.2505_00 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.2506_00 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(&xsinit &ldopts
use 5.005_64;
our(@ISA, @EXPORT, $VERSION);
-$VERSION = substr q$Revision: 1.28 $, 10;
+$VERSION = substr q$Revision: 1.29 $, 10;
# $Date: 1998/01/25 07:08:24 $
use Exporter;
use Config;
use File::Find;
use File::Basename;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);
$Is_MacOS,$Is_VMS,
$Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
-$VERSION = substr(q$Revision: 1.34 $, 10);
+$VERSION = substr(q$Revision: 1.35 $, 10);
@ISA=('Exporter');
@EXPORT_OK = ('mkmanifest', 'manicheck', 'fullcheck', 'filecheck',
'skipcheck', 'maniread', 'manicopy');
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.7";
+$VERSION = "2.71";
# 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.04';
+$VERSION = '2.05';
require Exporter;
@ISA = qw(Exporter);
use strict;
use warnings;
use 5.6.0;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require Exporter;
require Cwd;
use strict;
use warnings;
-our $VERSION = "1.0404";
+our $VERSION = "1.0405";
our @ISA = qw( Exporter );
our @EXPORT = qw( mkpath rmtree );
use strict;
our(@ISA, $VERSION);
-$VERSION = 0.82 ;
+$VERSION = 0.83 ;
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',
our (@ISA,@EXPORT,@EXPORT_OK,%EXPORT_TAGS,$VERSION);
-$VERSION = '1.1';
+$VERSION = '1.2';
require Exporter;
use strict;
our($VERSION);
-$VERSION = '1.2';
+$VERSION = '1.3';
use Cwd;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '1.1';
+$VERSION = '1.2';
@ISA = qw(File::Spec::Unix);
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '1.2';
+$VERSION = '1.3';
@ISA = qw(File::Spec::Unix);
%EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]);
@ISA = qw(Exporter);
-$VERSION = "1.42";
+$VERSION = "1.43";
BEGIN
{
package Pod::Checker;
use vars qw($VERSION);
-$VERSION = 1.2; ## Current version of this package
+$VERSION = 1.3; ## Current version of this package
require 5.005; ## requires this Perl version or later
use Pod::ParseUtils; ## for hyperlinks and lists
package Pod::Find;
use vars qw($VERSION);
-$VERSION = 0.21; ## Current version of this package
+$VERSION = 0.22; ## Current version of this package
require 5.005; ## requires this Perl version or later
use Carp;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(AUTOLOAD);
-$VERSION = "1.0902";
+$VERSION = "1.0903";
sub Version {$VERSION}
$DEBUG = 0;
use warnings;
our($capture_stderr, $VERSION, $AUTOLOAD);
-$VERSION = '0.3';
+$VERSION = '0.4';
sub new { bless \$VERSION, shift } # Nothing better to bless
sub DESTROY { }
package Tie::Handle;
use 5.005_64;
-our $VERSION = '4.0';
+our $VERSION = '4.1';
=head1 NAME
use Cwd;
use vars qw($VERSION $Verbose);
-$VERSION = '1.00';
+$VERSION = '1.01';
$Verbose = 0;
sub import
use 5.6.0;
use Carp;
-our $VERSION = 1.0;
+our $VERSION = 1.1;
our $DEBUG;
our $VERBOSE;
our $PRETTY;
# Package globals
@ISA = ( 'DynaLoader' );
-$VERSION = '1.01';
+$VERSION = '1.02';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;
use DynaLoader ();
use Exporter ();
-$VERSION = '2.2';
+$VERSION = '2.3';
@ISA = qw( Exporter DynaLoader IO::File );
@EXPORT = qw( &O_APPEND &O_CREAT &O_EXCL &O_NDELAY &O_NOWAIT
&O_RDONLY &O_RDWR &O_TRUNC &O_WRONLY );