diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-30 23:29:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-30 23:29:59 +0000 |
commit | e2eb2cbd8ed8679166833621e194232a53285b6d (patch) | |
tree | 50fedb6fd40621a4ef35ebda508199737708bd1b | |
parent | bf9c4ad2fa12f7ea847482e4bd07e13fd3691eed (diff) | |
download | perl-e2eb2cbd8ed8679166833621e194232a53285b6d.tar.gz |
Bump VERSION numbers
p4raw-id: //depot/perl@22018
-rw-r--r-- | ext/POSIX/POSIX.pm | 2 | ||||
-rw-r--r-- | lib/Benchmark.pm | 2 | ||||
-rw-r--r-- | lib/File/CheckTree.pm | 2 | ||||
-rw-r--r-- | lib/Getopt/Std.pm | 2 | ||||
-rw-r--r-- | lib/PerlIO.pm | 2 | ||||
-rw-r--r-- | lib/Tie/Hash.pm | 2 | ||||
-rwxr-xr-x | lib/diagnostics.pm | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 819fe57564..b6b893442c 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -2,7 +2,7 @@ package POSIX; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = (); -our $VERSION = "1.06" ; +our $VERSION = "1.07"; use AutoLoader; diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index 6129828f96..d7e34f88a6 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -432,7 +432,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); clearcache clearallcache disablecache enablecache); %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ; -$VERSION = 1.051; +$VERSION = 1.052; # --- ':hireswallclock' special handling diff --git a/lib/File/CheckTree.pm b/lib/File/CheckTree.pm index b655b82b41..20ffd68124 100644 --- a/lib/File/CheckTree.pm +++ b/lib/File/CheckTree.pm @@ -7,7 +7,7 @@ use File::Spec; use warnings; use strict; -our $VERSION = '4.2'; +our $VERSION = '4.3'; our @ISA = qw(Exporter); our @EXPORT = qw(validate); diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index 00c902087b..99f9359062 100644 --- a/lib/Getopt/Std.pm +++ b/lib/Getopt/Std.pm @@ -71,7 +71,7 @@ and version_mess() with the switches string as an argument. @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; diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index e167212e16..b3693c9f36 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -1,6 +1,6 @@ package PerlIO; -our $VERSION = '1.02'; +our $VERSION = '1.03'; # Map layer name to package that defines it our %alias; diff --git a/lib/Tie/Hash.pm b/lib/Tie/Hash.pm index 6f8c34fdfb..98e0d50e7d 100644 --- a/lib/Tie/Hash.pm +++ b/lib/Tie/Hash.pm @@ -1,6 +1,6 @@ package Tie::Hash; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 2b75113631..7445aade04 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -168,7 +168,7 @@ use strict; use 5.006; use Carp; -our $VERSION = 1.11; +our $VERSION = 1.12; our $DEBUG; our $VERBOSE; our $PRETTY; |