diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-25 03:15:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-25 03:15:03 +0000 |
commit | faee740f668b7b35a18577bc0b2150b66dd521ec (patch) | |
tree | 08156d10f3ad98d3a53549c93617492a4c1b5905 /lib/Pod/Select.pm | |
parent | 10fbe4816bc38f1e7e74150e6ea63c5ebc97963b (diff) | |
download | perl-faee740f668b7b35a18577bc0b2150b66dd521ec.tar.gz |
update PodParser to v1.10 (from Brad Appleton)
p4raw-id: //depot/perl@5252
Diffstat (limited to 'lib/Pod/Select.pm')
-rw-r--r-- | lib/Pod/Select.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Select.pm b/lib/Pod/Select.pm index 150dfca1fe..230dc8f03b 100644 --- a/lib/Pod/Select.pm +++ b/lib/Pod/Select.pm @@ -10,7 +10,7 @@ package Pod::Select; use vars qw($VERSION); -$VERSION = 1.093; ## Current version of this package +$VERSION = 1.10; ## Current version of this package require 5.004; ## requires this Perl version or later ############################################################################# |