diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
commit | d6a466d771dbdc293e3f83b595b03cf44617cabb (patch) | |
tree | 070a190c3592fb1ef216b61ebf315f0d819b5951 /lib | |
parent | 199566928fd3000f78b2b73ac518cc24c1c23c98 (diff) | |
download | perl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz |
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AutoSplit.pm | 2 | ||||
-rw-r--r-- | lib/Benchmark.pm | 2 | ||||
-rw-r--r-- | lib/CGI/Pretty.pm | 2 | ||||
-rw-r--r-- | lib/CPAN/Nox.pm | 2 | ||||
-rw-r--r-- | lib/Exporter.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/Command.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/Packlist.pm | 2 | ||||
-rw-r--r-- | lib/File/Compare.pm | 2 | ||||
-rw-r--r-- | lib/FileHandle.pm | 2 | ||||
-rw-r--r-- | lib/Math/Complex.pm | 2 | ||||
-rw-r--r-- | lib/Math/Trig.pm | 2 | ||||
-rw-r--r-- | lib/Pod/Html.pm | 2 | ||||
-rw-r--r-- | lib/Symbol.pm | 2 | ||||
-rw-r--r-- | lib/Text/ParseWords.pm | 2 | ||||
-rw-r--r-- | lib/Text/Soundex.pm | 2 | ||||
-rw-r--r-- | lib/Tie/Array.pm | 2 | ||||
-rw-r--r-- | lib/attributes.pm | 2 | ||||
-rw-r--r-- | lib/autouse.pm | 2 | ||||
-rw-r--r-- | lib/base.pm | 2 | ||||
-rw-r--r-- | lib/constant.pm | 2 | ||||
-rw-r--r-- | lib/fields.pm | 2 | ||||
-rw-r--r-- | lib/strict.pm | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index 7feda7c2dd..25e29c3a98 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.0305"; +$VERSION = "1.0306"; @ISA = qw(Exporter); @EXPORT = qw(&autosplit &autosplit_lib_modules); @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime); diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index b557be3cc7..4d3b3e2424 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -362,7 +362,7 @@ use Exporter; @EXPORT_OK=qw(timesum cmpthese countit clearcache clearallcache disablecache enablecache); -$VERSION = 1.00; +$VERSION = 1.01; &init; diff --git a/lib/CGI/Pretty.pm b/lib/CGI/Pretty.pm index a26ab81d26..26671b18ca 100644 --- a/lib/CGI/Pretty.pm +++ b/lib/CGI/Pretty.pm @@ -10,7 +10,7 @@ package CGI::Pretty; use strict; use CGI (); -$CGI::Pretty::VERSION = '1.05'; +$CGI::Pretty::VERSION = '1.06'; $CGI::DefaultClass = __PACKAGE__; $CGI::Pretty::AutoloadClass = 'CGI'; @CGI::Pretty::ISA = qw( CGI ); diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 2412df66ba..8812d25212 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -9,7 +9,7 @@ BEGIN{ use base 'Exporter'; use CPAN; -$VERSION = "1.00"; +$VERSION = "1.01"; $CPAN::META->has_inst('MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); diff --git a/lib/Exporter.pm b/lib/Exporter.pm index ad6cdef87e..9a361a73fa 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -8,7 +8,7 @@ no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; -our $VERSION = '5.562'; +our $VERSION = '5.563'; sub export_to_level { require Exporter::Heavy; diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm index aec4013d02..5b5c4103b7 100644 --- a/lib/ExtUtils/Command.pm +++ b/lib/ExtUtils/Command.pm @@ -12,7 +12,7 @@ require Exporter; our(@ISA, @EXPORT, $VERSION); @ISA = qw(Exporter); @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f); -$VERSION = '1.01'; +$VERSION = '1.02'; =head1 NAME diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 82fe31285b..4e258ce760 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -2,7 +2,7 @@ BEGIN {require 5.002;} # MakeMaker 5.17 was the last MakeMaker that was compatib package ExtUtils::MakeMaker; -$VERSION = "5.45"; +$VERSION = "5.46"; $Version_OK = "5.17"; # Makefiles older than $Version_OK will die # (Will be checked from MakeMaker version 4.13 onwards) ($Revision = substr(q$Revision: 1.222 $, 10)) =~ s/\s+$//; diff --git a/lib/ExtUtils/Packlist.pm b/lib/ExtUtils/Packlist.pm index 309d72764d..4a6bfdfc75 100644 --- a/lib/ExtUtils/Packlist.pm +++ b/lib/ExtUtils/Packlist.pm @@ -3,7 +3,7 @@ package ExtUtils::Packlist; use 5.005_64; use strict; use Carp qw(); -our $VERSION = '0.03'; +our $VERSION = '0.04'; # Used for generating filehandle globs. IO::File might not be available! my $fhname = "FH1"; diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm index 9cf922b10c..b83ba62583 100644 --- a/lib/File/Compare.pm +++ b/lib/File/Compare.pm @@ -8,7 +8,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Too_Big); require Exporter; use Carp; -$VERSION = '1.1002'; +$VERSION = '1.1003'; @ISA = qw(Exporter); @EXPORT = qw(compare); @EXPORT_OK = qw(cmp compare_text); diff --git a/lib/FileHandle.pm b/lib/FileHandle.pm index cd80d19024..fecf51a976 100644 --- a/lib/FileHandle.pm +++ b/lib/FileHandle.pm @@ -4,7 +4,7 @@ use 5.005_64; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); -$VERSION = "2.00"; +$VERSION = "2.01"; require IO::File; @ISA = qw(IO::File); diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 9812513656..4634d0f404 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -9,7 +9,7 @@ package Math::Complex; our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf); -$VERSION = 1.31; +$VERSION = 1.32; BEGIN { unless ($^O eq 'unicosmk') { diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index 2a23590a2f..b10cda6f3c 100644 --- a/lib/Math/Trig.pm +++ b/lib/Math/Trig.pm @@ -16,7 +16,7 @@ our($VERSION, $PACKAGE, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(Exporter); -$VERSION = 1.00; +$VERSION = 1.01; my @angcnv = qw(rad2deg rad2grad deg2rad deg2grad diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index c5e085b1bf..701ec76e1b 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -3,7 +3,7 @@ use strict; require Exporter; use vars qw($VERSION @ISA @EXPORT); -$VERSION = 1.03; +$VERSION = 1.04; @ISA = qw(Exporter); @EXPORT = qw(pod2html htmlify); diff --git a/lib/Symbol.pm b/lib/Symbol.pm index a95383a5d6..15c211c8dc 100644 --- a/lib/Symbol.pm +++ b/lib/Symbol.pm @@ -70,7 +70,7 @@ require Exporter; @EXPORT = qw(gensym ungensym qualify qualify_to_ref); @EXPORT_OK = qw(delete_package); -$VERSION = 1.02; +$VERSION = 1.03; my $genpkg = "Symbol::"; my $genseq = 0; diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index 23eace9782..e370f6f45d 100644 --- a/lib/Text/ParseWords.pm +++ b/lib/Text/ParseWords.pm @@ -1,7 +1,7 @@ package Text::ParseWords; use vars qw($VERSION @ISA @EXPORT $PERL_SINGLE_QUOTE); -$VERSION = "3.2"; +$VERSION = "3.21"; require 5.000; diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index d5887640b8..842e0cc1d6 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -5,7 +5,7 @@ require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&soundex $soundex_nocode); -$VERSION = '1.0'; +$VERSION = '1.01'; # $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $ # diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index 5b8423e943..8821783cfa 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -3,7 +3,7 @@ package Tie::Array; use 5.005_64; use strict; use Carp; -our $VERSION = '1.01'; +our $VERSION = '1.02'; # Pod documentation after __END__ below. diff --git a/lib/attributes.pm b/lib/attributes.pm index 28f7eee68d..3a6b3d5e0f 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -$VERSION = 0.03; +our $VERSION = 0.04; @EXPORT_OK = qw(get reftype); @EXPORT = (); diff --git a/lib/autouse.pm b/lib/autouse.pm index 8057d18f65..68646a4720 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.003_90; # ->can, for my $var -$autouse::VERSION = '1.02'; +$autouse::VERSION = '1.03'; $autouse::DEBUG ||= 0; diff --git a/lib/base.pm b/lib/base.pm index 681e8f03e8..4a71c855db 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -45,7 +45,7 @@ L<fields> package base; use 5.005_64; -our $VERSION = "1.01"; +our $VERSION = "1.02"; sub import { my $class = shift; diff --git a/lib/constant.pm b/lib/constant.pm index ffa8791d07..21f4697258 100644 --- a/lib/constant.pm +++ b/lib/constant.pm @@ -5,7 +5,7 @@ use 5.005_64; use warnings::register; our($VERSION, %declared); -$VERSION = '1.02'; +$VERSION = '1.03'; #======================================================================= diff --git a/lib/fields.pm b/lib/fields.pm index 37ff99d78a..ac3de1e4e2 100644 --- a/lib/fields.pm +++ b/lib/fields.pm @@ -133,7 +133,7 @@ no strict 'refs'; use warnings::register; our(%attr, $VERSION); -$VERSION = "1.01"; +$VERSION = "1.02"; # some constants sub _PUBLIC () { 1 } diff --git a/lib/strict.pm b/lib/strict.pm index 8afb9a3792..737cb18b1a 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -90,7 +90,7 @@ See L<perlmodlib/Pragmatic Modules>. =cut -$strict::VERSION = "1.01"; +$strict::VERSION = "1.02"; my %bitmask = ( refs => 0x00000002, |