summaryrefslogtreecommitdiff
path: root/cpan/Pod-Parser/lib/Pod/InputObjects.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Pod-Parser/lib/Pod/InputObjects.pm')
-rw-r--r--cpan/Pod-Parser/lib/Pod/InputObjects.pm12
1 files changed, 9 insertions, 3 deletions
diff --git a/cpan/Pod-Parser/lib/Pod/InputObjects.pm b/cpan/Pod-Parser/lib/Pod/InputObjects.pm
index 13a86188bc..a2dc0ce489 100644
--- a/cpan/Pod-Parser/lib/Pod/InputObjects.pm
+++ b/cpan/Pod-Parser/lib/Pod/InputObjects.pm
@@ -12,7 +12,7 @@ package Pod::InputObjects;
use strict;
use vars qw($VERSION);
-$VERSION = '1.31'; ## Current version of this package
+$VERSION = '1.50'; ## Current version of this package
require 5.005; ## requires this Perl version or later
#############################################################################
@@ -39,10 +39,10 @@ This module defines some basic input objects used by B<Pod::Parser> when
reading and parsing POD text from an input source. The following objects
are defined:
-=over 4
-
=begin __PRIVATE__
+=over 4
+
=item package B<Pod::InputSource>
An object corresponding to a source of POD input text. It is mostly a
@@ -50,8 +50,12 @@ wrapper around a filehandle or C<IO::Handle>-type object (or anything
that implements the C<getline()> method) which keeps track of some
additional information relevant to the parsing of PODs.
+=back
+
=end __PRIVATE__
+=over 4
+
=item package B<Pod::Paragraph>
An object corresponding to a paragraph of POD input text. It may be a
@@ -923,6 +927,8 @@ sub DESTROY {
=head1 SEE ALSO
+B<Pod::InputObjects> is part of the L<Pod::Parser> distribution.
+
See L<Pod::Parser>, L<Pod::Select>
=head1 AUTHOR