diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:08:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:08:29 +0000 |
commit | 828c4421567f1da54062ec5edfcc3250be409b16 (patch) | |
tree | b8d7b34222aba963b38218e73d3b93673d3b2803 /lib/Pod/Usage.pm | |
parent | 635bab04a8e9700ca0cd2791a5f46a400e5d5a55 (diff) | |
download | perl-828c4421567f1da54062ec5edfcc3250be409b16.tar.gz |
updates from PodParser v1.12 on CPAN (from Brad Appleton)
p4raw-id: //depot/perl@5711
Diffstat (limited to 'lib/Pod/Usage.pm')
-rw-r--r-- | lib/Pod/Usage.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Usage.pm b/lib/Pod/Usage.pm index b8abe7d41b..aa8f712dcf 100644 --- a/lib/Pod/Usage.pm +++ b/lib/Pod/Usage.pm @@ -10,8 +10,8 @@ package Pod::Usage; use vars qw($VERSION); -$VERSION = 1.11; ## Current version of this package -require 5.004; ## requires this Perl version or later +$VERSION = 1.12; ## Current version of this package +require 5.005; ## requires this Perl version or later =head1 NAME |