# Underscore to allow older Perls to access older version from CPAN
$VERSION = '1.00_03';
+$XS_VERSION = $VERSION;
+$VERSION = eval $VERSION;
require Exporter;
use XSLoader ();
die "Errno architecture ($Config{'archname'}-$Config{'osvers'}) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})";
\$VERSION = "$VERSION";
+\$VERSION = eval \$VERSION;
\@ISA = qw(Exporter);
EDQ
@ISA = qw(Tie::Hash Exporter);
$VERSION = "1.03_00";
+$VERSION = eval $VERSION;
@EXPORT_OK = qw(DIR_UNLINK);
sub DIR_UNLINK () { 1 }
@ISA = qw(Exporter);
$VERSION = "1.21_00";
+$VERSION = eval $VERSION;
@EXPORT_OK = qw(
autoflush
@ISA = qw(Exporter);
$VERSION = "1.08_00";
+$VERSION = eval $VERSION;
sub seek {
@_ == 3 or croak 'usage: $io->seek(POS, WHENCE)';
@ISA = qw(IO::Socket);
$VERSION = "1.20_00";
+$VERSION = eval $VERSION;
IO::Socket::UNIX->register_domain( AF_UNIX );
use Carp;
$VERSION = "1.00_00";
+$VERSION = eval $VERSION;
{
package IPC::Msg::stat;
use Carp;
$VERSION = "1.00_00";
+$VERSION = eval $VERSION;
{
package IPC::Semaphore::stat;
package IPC::SysV;
use strict;
-use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION $XS_VERSION);
use Carp;
use Config;
@ISA = qw(Exporter);
$VERSION = "1.03_00";
+$XS_VERSION = $VERSION;
+$VERSION = eval $VERSION;
@EXPORT_OK = qw(
GETALL GETNCNT GETPID GETVAL GETZCNT
do {
__PACKAGE__->can('bootstrap') || \&DynaLoader::bootstrap
- }->(__PACKAGE__, $VERSION);
+ }->(__PACKAGE__, $XS_VERSION);
}
1;
our @ISA = qw(Exporter DynaLoader);
our @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
our $VERSION = "1.07_00";
+our $XS_VERSION = $VERSION;
+$VERSION = eval $VERSION;
-bootstrap List::Util $VERSION;
+bootstrap List::Util $XS_VERSION;
1;
package Time::HiRes;
use strict;
-use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
+use vars qw($VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
require Exporter;
use XSLoader;
getitimer setitimer ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF);
$VERSION = '1.20_00';
+$XS_VERSION = $VERSION;
+$VERSION = eval $VERSION;
sub AUTOLOAD {
my $constname;
goto &$AUTOLOAD;
}
-XSLoader::load 'Time::HiRes', $VERSION;
+XSLoader::load 'Time::HiRes', $XS_VERSION;
# Preloaded methods go here.
package Tie::RefHash;
-our $VERSION = '1.3_00';
+our $VERSION = 1.30;
=head1 NAME
=head1 VERSION
-Version 1.3
+Version 1.30
=head1 SEE ALSO
package attributes;
-our $VERSION = '0.04_01';
+our $VERSION = 0.05;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();