A swath of VERSION patches from Nicholas Clark.
Jarkko Hietaniemi [Thu, 14 Aug 2003 04:51:30 +0000 (04:51 +0000)]
p4raw-id: //depot/perl@20688

32 files changed:
lib/AutoSplit.pm
lib/CPAN/Nox.pm
lib/Cwd.pm
lib/English.pm
lib/File/Basename.pm
lib/File/Copy.pm
lib/File/Path.pm
lib/Hash/Util.pm
lib/Net/hostent.pm
lib/Net/servent.pm
lib/Text/Abbrev.pm
lib/Thread/Semaphore.pm
lib/Tie/Array.pm
lib/Tie/RefHash.pm
lib/UNIVERSAL.pm
lib/Unicode/UCD.pm
lib/attributes.pm
lib/base.pm
lib/diagnostics.pm
lib/fields.pm
lib/filetest.pm
lib/open.pm
lib/overload.pm
lib/utf8.pm
lib/vmsish.pm
os2/OS2/Process/Process.pm
os2/OS2/REXX/DLL/DLL.pm
t/TestInit.pm
t/lib/MakeMaker/Test/Utils.pm
t/lib/Math/BigInt/BareCalc.pm
vms/ext/Filespec.pm
warnings.pl

index 9355bfd..e021e0f 100644 (file)
@@ -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);
index d326abc..062e5ff 100644 (file)
@@ -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');
index 42ce8d1..baeb05c 100644 (file)
@@ -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);
index 6b479ee..4743b14 100644 (file)
@@ -1,6 +1,6 @@
 package English;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 require Exporter;
 @ISA = (Exporter);
index 3b0685f..58a740e 100644 (file)
@@ -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
index fb256c0..0e87e98 100644 (file)
@@ -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);
index 5cb9d44..7881b6b 100644 (file)
@@ -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 );
 
index c7350f6..658fd86 100644 (file)
@@ -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
 
index 7cff370..3a2fc01 100644 (file)
@@ -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   ();
index 21012cb..78a1681 100644 (file)
@@ -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   ();
index d7feedc..c6be63b 100644 (file)
@@ -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
 
index 70441ab..1e18854 100644 (file)
@@ -2,7 +2,7 @@ package Thread::Semaphore;
 
 use threads::shared;
 
-our $VERSION = '2.00';
+our $VERSION = '2.01';
 
 =head1 NAME
 
index 53c1ba7..af8f51e 100644 (file)
@@ -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.
 
index f393d7c..3f3fc6b 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::RefHash;
 
-our $VERSION = 1.30;
+our $VERSION = 1.31;
 
 =head1 NAME
 
index 5c28f9f..7b7bfc4 100644 (file)
@@ -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
index 66734c3..baafd1a 100644 (file)
@@ -3,7 +3,7 @@ package Unicode::UCD;
 use strict;
 use warnings;
 
-our $VERSION = '0.2';
+our $VERSION = '0.21';
 
 use Storable qw(dclone);
 
index 84a820a..dfe892a 100644 (file)
@@ -1,6 +1,6 @@
 package attributes;
 
-our $VERSION = 0.05;
+our $VERSION = 0.06;
 
 @EXPORT_OK = qw(get reftype);
 @EXPORT = ();
index 8564c6c..9b34398 100644 (file)
@@ -45,7 +45,7 @@ L<fields>
 package base;
 
 use 5.006_001;
-our $VERSION = "1.03";
+our $VERSION = "1.04";
 
 sub import {
     my $class = shift;
index 466b9e9..0d1a7e2 100755 (executable)
@@ -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;
index a64469c..bcdec29 100644 (file)
@@ -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);
 
index 59e1d48..0c62741 100644 (file)
@@ -1,6 +1,6 @@
 package filetest;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 
index c8bc606..fa2a518 100644 (file)
@@ -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;
 
index 05a3567..df03679 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
 
index 0c8a991..986d577 100644 (file)
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 sub import {
     $^H |= $utf8::hint_bits;
index 82b52ab..4907ad3 100644 (file)
@@ -1,6 +1,6 @@
 package vmsish;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 
index 956e8fd..bed50f3 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
   #require AutoLoader;
 
   our @ISA = qw(Exporter);
-  our $VERSION = "1.0";
+  our $VERSION = "1.01";
   XSLoader::load('OS2::Process', $VERSION);
 }
 
index f6660d6..537a210 100644 (file)
@@ -1,6 +1,6 @@
 package OS2::DLL;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 use Carp;
 use XSLoader;
index d06f725..aa76fe1 100644 (file)
@@ -15,6 +15,8 @@
 
 package TestInit;
 
+$VERSION = 1.01;
+
 chdir 't' if -d 't';
 @INC = '../lib';
 
index be3ec73..4fdb736 100644 (file)
@@ -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
index 1a69e40..cfd4ae8 100644 (file)
@@ -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
 
index 2dd1df1..c4a4ffd 100644 (file)
@@ -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.
index 875d91e..942829b 100644 (file)
@@ -476,7 +476,7 @@ __END__
 
 package warnings;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME