p4raw-id: //depot/perl@22018
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = ();
-our $VERSION = "1.06" ;
+our $VERSION = "1.07";
use AutoLoader;
clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.051;
+$VERSION = 1.052;
# --- ':hireswallclock' special handling
use warnings;
use strict;
-our $VERSION = '4.2';
+our $VERSION = '4.3';
our @ISA = qw(Exporter);
our @EXPORT = qw(validate);
@ISA = qw(Exporter);
@EXPORT = qw(getopt getopts);
-$VERSION = '1.04';
+$VERSION = '1.05';
# uncomment the next line to disable 1.03-backward compatibility paranoia
# $STANDARD_HELP_VERSION = 1;
package PerlIO;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
# Map layer name to package that defines it
our %alias;
package Tie::Hash;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
use 5.006;
use Carp;
-our $VERSION = 1.11;
+our $VERSION = 1.12;
our $DEBUG;
our $VERBOSE;
our $PRETTY;