diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:36:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:36:58 +0000 |
commit | 88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (patch) | |
tree | 62c32f86dd63b06cd9d32a9201e6c9a8c5526c3e /lib/Pod | |
parent | a8e8ab15da1db8d0342b4425b514ee293f371382 (diff) | |
download | perl-88d01e8dd0be693cf54a3bafc9974fa70eda2ddd.tar.gz |
Bump up version numbers.
TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers. Mainly this means using _00
in the core version numbers.
TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".
p4raw-id: //depot/perl@12040
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/Checker.pm | 2 | ||||
-rw-r--r-- | lib/Pod/Find.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index d6fbfff992..79bb2f616e 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -10,7 +10,7 @@ package Pod::Checker; use vars qw($VERSION); -$VERSION = 1.2; ## Current version of this package +$VERSION = 1.3; ## Current version of this package require 5.005; ## requires this Perl version or later use Pod::ParseUtils; ## for hyperlinks and lists diff --git a/lib/Pod/Find.pm b/lib/Pod/Find.pm index 6e5f5708bd..c1aaac47ab 100644 --- a/lib/Pod/Find.pm +++ b/lib/Pod/Find.pm @@ -13,7 +13,7 @@ package Pod::Find; use vars qw($VERSION); -$VERSION = 0.21; ## Current version of this package +$VERSION = 0.22; ## Current version of this package require 5.005; ## requires this Perl version or later use Carp; |