From: Nicholas Clark Date: Tue, 30 Dec 2003 23:29:59 +0000 (+0000) Subject: Bump VERSION numbers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2eb2cbd8ed8679166833621e194232a53285b6d;p=p5sagit%2Fp5-mst-13.2.git Bump VERSION numbers p4raw-id: //depot/perl@22018 --- diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 819fe57..b6b8934 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 6129828..d7e34f8 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 b655b82..20ffd68 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 00c9020..99f9359 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 e167212..b3693c9 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 6f8c34f..98e0d50 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 2b75113..7445aad 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;