summaryrefslogtreecommitdiff
path: root/cpan/Pod-Parser/lib/Pod/Select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Pod-Parser/lib/Pod/Select.pm')
-rw-r--r--cpan/Pod-Parser/lib/Pod/Select.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpan/Pod-Parser/lib/Pod/Select.pm b/cpan/Pod-Parser/lib/Pod/Select.pm
index 4724cb79cf..828d7bd8ad 100644
--- a/cpan/Pod-Parser/lib/Pod/Select.pm
+++ b/cpan/Pod-Parser/lib/Pod/Select.pm
@@ -11,7 +11,7 @@ package Pod::Select;
use strict;
use vars qw($VERSION @ISA @EXPORT $MAX_HEADING_LEVEL %myData @section_headings @selected_sections);
-$VERSION = '1.36'; ## Current version of this package
+$VERSION = '1.50'; ## Current version of this package
require 5.005; ## requires this Perl version or later
#############################################################################
@@ -740,6 +740,8 @@ Brad Appleton E<lt>bradapp@enteract.comE<gt>
Based on code for B<pod2text> written by
Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
+B<Pod::Select> is part of the L<Pod::Parser> distribution.
+
=cut
1;