From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 04:51:30 +0000 (+0000) Subject: A swath of VERSION patches from Nicholas Clark. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2af1ab88da52f38a7450a6455bc28aa93c8e4e57;hp=e9d8cdc0682791dad6e1ddeac96716205beff833;p=p5sagit%2Fp5-mst-13.2.git A swath of VERSION patches from Nicholas Clark. p4raw-id: //depot/perl@20688 --- diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index 9355bfd..e021e0f 100644 --- a/lib/AutoSplit.pm +++ b/lib/AutoSplit.pm @@ -11,7 +11,7 @@ use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen, $CheckForAutoloader, $CheckModTime); -$VERSION = "1.0307"; +$VERSION = "1.04"; @ISA = qw(Exporter); @EXPORT = qw(&autosplit &autosplit_lib_modules); @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime); diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index d326abc..062e5ff 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -9,7 +9,7 @@ BEGIN{ use base 'Exporter'; use CPAN; -$VERSION = "1.02"; +$VERSION = "1.03"; $CPAN::META->has_inst('Digest::MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 42ce8d1..baeb05c 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -150,7 +150,7 @@ use strict; use Carp; -our $VERSION = '2.06'; +our $VERSION = '2.07'; use base qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); diff --git a/lib/English.pm b/lib/English.pm index 6b479ee..4743b14 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.00'; +our $VERSION = '1.01'; require Exporter; @ISA = (Exporter); diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 3b0685f..58a740e 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -142,7 +142,7 @@ our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase); require Exporter; @ISA = qw(Exporter); @EXPORT = qw(fileparse fileparse_set_fstype basename dirname); -$VERSION = "2.71"; +$VERSION = "2.72"; # fileparse_set_fstype() - specify OS-based rules used in future diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index fb256c0..0e87e98 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -24,7 +24,7 @@ sub mv; # 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.05'; +$VERSION = '2.06'; require Exporter; @ISA = qw(Exporter); diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 5cb9d44..7881b6b 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -119,7 +119,7 @@ use Exporter (); use strict; use warnings; -our $VERSION = "1.05"; +our $VERSION = "1.06"; our @ISA = qw( Exporter ); our @EXPORT = qw( mkpath rmtree ); diff --git a/lib/Hash/Util.pm b/lib/Hash/Util.pm index c7350f6..658fd86 100644 --- a/lib/Hash/Util.pm +++ b/lib/Hash/Util.pm @@ -9,7 +9,7 @@ our @ISA = qw(Exporter); our @EXPORT_OK = qw(lock_keys unlock_keys lock_value unlock_value lock_hash unlock_hash ); -our $VERSION = 0.04; +our $VERSION = 0.05; =head1 NAME diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm index 7cff370..3a2fc01 100644 --- a/lib/Net/hostent.pm +++ b/lib/Net/hostent.pm @@ -2,7 +2,7 @@ package Net::hostent; use strict; use 5.006_001; -our $VERSION = '1.00'; +our $VERSION = '1.01'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { use Exporter (); diff --git a/lib/Net/servent.pm b/lib/Net/servent.pm index 21012cb..78a1681 100644 --- a/lib/Net/servent.pm +++ b/lib/Net/servent.pm @@ -2,7 +2,7 @@ package Net::servent; use strict; use 5.006_001; -our $VERSION = '1.00'; +our $VERSION = '1.01'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { use Exporter (); diff --git a/lib/Text/Abbrev.pm b/lib/Text/Abbrev.pm index d7feedc..c6be63b 100644 --- a/lib/Text/Abbrev.pm +++ b/lib/Text/Abbrev.pm @@ -2,7 +2,7 @@ package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/lib/Thread/Semaphore.pm b/lib/Thread/Semaphore.pm index 70441ab..1e18854 100644 --- a/lib/Thread/Semaphore.pm +++ b/lib/Thread/Semaphore.pm @@ -2,7 +2,7 @@ package Thread::Semaphore; use threads::shared; -our $VERSION = '2.00'; +our $VERSION = '2.01'; =head1 NAME diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index 53c1ba7..af8f51e 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -3,7 +3,7 @@ package Tie::Array; use 5.006_001; use strict; use Carp; -our $VERSION = '1.02'; +our $VERSION = '1.03'; # Pod documentation after __END__ below. diff --git a/lib/Tie/RefHash.pm b/lib/Tie/RefHash.pm index f393d7c..3f3fc6b 100644 --- a/lib/Tie/RefHash.pm +++ b/lib/Tie/RefHash.pm @@ -1,6 +1,6 @@ package Tie::RefHash; -our $VERSION = 1.30; +our $VERSION = 1.31; =head1 NAME diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index 5c28f9f..7b7bfc4 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -1,6 +1,6 @@ package UNIVERSAL; -our $VERSION = '1.00'; +our $VERSION = '1.01'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The use of Exporter below is a historical diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index 66734c3..baafd1a 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -3,7 +3,7 @@ package Unicode::UCD; use strict; use warnings; -our $VERSION = '0.2'; +our $VERSION = '0.21'; use Storable qw(dclone); diff --git a/lib/attributes.pm b/lib/attributes.pm index 84a820a..dfe892a 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.05; +our $VERSION = 0.06; @EXPORT_OK = qw(get reftype); @EXPORT = (); diff --git a/lib/base.pm b/lib/base.pm index 8564c6c..9b34398 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -45,7 +45,7 @@ L package base; use 5.006_001; -our $VERSION = "1.03"; +our $VERSION = "1.04"; sub import { my $class = shift; diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 466b9e9..0d1a7e2 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -171,7 +171,7 @@ use strict; use 5.006; use Carp; -our $VERSION = 1.1; +our $VERSION = 1.11; our $DEBUG; our $VERBOSE; our $PRETTY; diff --git a/lib/fields.pm b/lib/fields.pm index a64469c..bcdec29 100644 --- a/lib/fields.pm +++ b/lib/fields.pm @@ -100,7 +100,7 @@ no strict 'refs'; use warnings::register; our(%attr, $VERSION); -$VERSION = "1.02"; +$VERSION = "1.04"; use Hash::Util qw(lock_keys); diff --git a/lib/filetest.pm b/lib/filetest.pm index 59e1d48..0c62741 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -1,6 +1,6 @@ package filetest; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/lib/open.pm b/lib/open.pm index c8bc606..fa2a518 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -3,7 +3,7 @@ use warnings; use Carp; $open::hint_bits = 0x20000; # HINT_LOCALIZE_HH -our $VERSION = '1.01'; +our $VERSION = '1.02'; my $locale_encoding; diff --git a/lib/overload.pm b/lib/overload.pm index 05a3567..df03679 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.00'; +our $VERSION = '1.01'; $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH diff --git a/lib/utf8.pm b/lib/utf8.pm index 0c8a991..986d577 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.00'; +our $VERSION = '1.01'; sub import { $^H |= $utf8::hint_bits; diff --git a/lib/vmsish.pm b/lib/vmsish.pm index 82b52ab..4907ad3 100644 --- a/lib/vmsish.pm +++ b/lib/vmsish.pm @@ -1,6 +1,6 @@ package vmsish; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 956e8fd..bed50f3 100644 --- a/os2/OS2/Process/Process.pm +++ b/os2/OS2/Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.0"; + our $VERSION = "1.01"; XSLoader::load('OS2::Process', $VERSION); } diff --git a/os2/OS2/REXX/DLL/DLL.pm b/os2/OS2/REXX/DLL/DLL.pm index f6660d6..537a210 100644 --- a/os2/OS2/REXX/DLL/DLL.pm +++ b/os2/OS2/REXX/DLL/DLL.pm @@ -1,6 +1,6 @@ package OS2::DLL; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Carp; use XSLoader; diff --git a/t/TestInit.pm b/t/TestInit.pm index d06f725..aa76fe1 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -15,6 +15,8 @@ package TestInit; +$VERSION = 1.01; + chdir 't' if -d 't'; @INC = '../lib'; diff --git a/t/lib/MakeMaker/Test/Utils.pm b/t/lib/MakeMaker/Test/Utils.pm index be3ec73..4fdb736 100644 --- a/t/lib/MakeMaker/Test/Utils.pm +++ b/t/lib/MakeMaker/Test/Utils.pm @@ -9,7 +9,7 @@ use vars qw($VERSION @ISA @EXPORT); require Exporter; @ISA = qw(Exporter); -$VERSION = 0.02; +$VERSION = 0.03; @EXPORT = qw(which_perl perl_lib makefile_name makefile_backup make make_run run make_macro calibrate_mtime diff --git a/t/lib/Math/BigInt/BareCalc.pm b/t/lib/Math/BigInt/BareCalc.pm index 1a69e40..cfd4ae8 100644 --- a/t/lib/Math/BigInt/BareCalc.pm +++ b/t/lib/Math/BigInt/BareCalc.pm @@ -8,7 +8,7 @@ require Exporter; use vars qw/@ISA $VERSION/; @ISA = qw(Exporter); -$VERSION = '0.02'; +$VERSION = '0.03'; # Package to to test Bigint's simulation of Calc diff --git a/vms/ext/Filespec.pm b/vms/ext/Filespec.pm index 2dd1df1..c4a4ffd 100644 --- a/vms/ext/Filespec.pm +++ b/vms/ext/Filespec.pm @@ -128,7 +128,7 @@ This document was last revised 22-Feb-1996, for Perl 5.002. package VMS::Filespec; require 5.002; -our $VERSION = '1.1'; +our $VERSION = '1.11'; # If you want to use this package on a non-VMS system, # uncomment the following line. diff --git a/warnings.pl b/warnings.pl index 875d91e..942829b 100644 --- a/warnings.pl +++ b/warnings.pl @@ -476,7 +476,7 @@ __END__ package warnings; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME