diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-16 05:57:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-16 05:57:56 +0000 |
commit | e323741737633027a4605d074649eee3af027cf2 (patch) | |
tree | 2f7b9c6f6eaf7dc0689949ed6e669fd7f9aaefd3 /lib/Pod/InputObjects.pm | |
parent | 8d5630125a4c2a8f0b9bf3e77e79c546fb5c5a6d (diff) | |
download | perl-e323741737633027a4605d074649eee3af027cf2.tar.gz |
Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
p4raw-id: //depot/perl@4590
Diffstat (limited to 'lib/Pod/InputObjects.pm')
-rw-r--r-- | lib/Pod/InputObjects.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/InputObjects.pm b/lib/Pod/InputObjects.pm index f7231e596c..1432895e91 100644 --- a/lib/Pod/InputObjects.pm +++ b/lib/Pod/InputObjects.pm @@ -11,7 +11,7 @@ package Pod::InputObjects; use vars qw($VERSION); -$VERSION = 1.085; ## Current version of this package +$VERSION = 1.090; ## Current version of this package require 5.004; ## requires this Perl version or later ############################################################################# |