diff options
-rw-r--r-- | lib/AutoSplit.pm | 2 | ||||
-rw-r--r-- | lib/CPAN/Nox.pm | 2 | ||||
-rw-r--r-- | lib/Cwd.pm | 2 | ||||
-rw-r--r-- | lib/English.pm | 2 | ||||
-rw-r--r-- | lib/File/Basename.pm | 2 | ||||
-rw-r--r-- | lib/File/Copy.pm | 2 | ||||
-rw-r--r-- | lib/File/Path.pm | 2 | ||||
-rw-r--r-- | lib/Hash/Util.pm | 2 | ||||
-rw-r--r-- | lib/Net/hostent.pm | 2 | ||||
-rw-r--r-- | lib/Net/servent.pm | 2 | ||||
-rw-r--r-- | lib/Text/Abbrev.pm | 2 | ||||
-rw-r--r-- | lib/Thread/Semaphore.pm | 2 | ||||
-rw-r--r-- | lib/Tie/Array.pm | 2 | ||||
-rw-r--r-- | lib/Tie/RefHash.pm | 2 | ||||
-rw-r--r-- | lib/UNIVERSAL.pm | 2 | ||||
-rw-r--r-- | lib/Unicode/UCD.pm | 2 | ||||
-rw-r--r-- | lib/attributes.pm | 2 | ||||
-rw-r--r-- | lib/base.pm | 2 | ||||
-rwxr-xr-x | lib/diagnostics.pm | 2 | ||||
-rw-r--r-- | lib/fields.pm | 2 | ||||
-rw-r--r-- | lib/filetest.pm | 2 | ||||
-rw-r--r-- | lib/open.pm | 2 | ||||
-rw-r--r-- | lib/overload.pm | 2 | ||||
-rw-r--r-- | lib/utf8.pm | 2 | ||||
-rw-r--r-- | lib/vmsish.pm | 2 | ||||
-rw-r--r-- | os2/OS2/Process/Process.pm | 2 | ||||
-rw-r--r-- | os2/OS2/REXX/DLL/DLL.pm | 2 | ||||
-rw-r--r-- | t/TestInit.pm | 2 | ||||
-rw-r--r-- | t/lib/MakeMaker/Test/Utils.pm | 2 | ||||
-rw-r--r-- | t/lib/Math/BigInt/BareCalc.pm | 2 | ||||
-rw-r--r-- | vms/ext/Filespec.pm | 2 | ||||
-rw-r--r-- | warnings.pl | 2 |
32 files changed, 33 insertions, 31 deletions
diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index 9355bfd9d3..e021e0fffd 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 d326abc513..062e5ffa7e 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 42ce8d181a..baeb05cab1 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 6b479ee34e..4743b14627 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 3b0685f166..58a740e56a 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 fb256c0c7d..0e87e988d5 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 5cb9d44bc0..7881b6b35a 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 c7350f6593..658fd86bce 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 7cff370be6..3a2fc01387 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 21012cb3cc..78a1681455 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 d7feedc30d..c6be63bcc6 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 70441abad7..1e188542de 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 53c1ba759b..af8f51e9f5 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 f393d7cec6..3f3fc6b2e5 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 5c28f9fbf8..7b7bfc4058 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 66734c3dc1..baafd1a257 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 84a820a1e7..dfe892ac15 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 8564c6ca40..9b343987f9 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -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; diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 466b9e9efd..0d1a7e2e6e 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 a64469c161..bcdec293a9 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 59e1d48534..0c62741686 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 c8bc60652f..fa2a5181b2 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 05a3567557..df0367990f 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 0c8a99135d..986d577821 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 82b52abd50..4907ad388d 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 956e8fd935..bed50f3875 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 f6660d6cad..537a2107fc 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 d06f7255ae..aa76fe194b 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 be3ec73d74..4fdb736477 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 1a69e4035d..cfd4ae848a 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 2dd1df1472..c4a4ffda22 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 875d91e314..942829b350 100644 --- a/warnings.pl +++ b/warnings.pl @@ -476,7 +476,7 @@ __END__ package warnings; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME |