summaryrefslogtreecommitdiff
path: root/lib/Pod/Select.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-02 04:39:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-02 04:39:38 +0000
commit664bb207f6bd57f05b66c9abec00898987f7060b (patch)
treecb1f2d01968c6d856c6cc0b942f457e1ea3e998f /lib/Pod/Select.pm
parent4bd46447950ba8dfb481e9515d0a88ed358d2013 (diff)
downloadperl-664bb207f6bd57f05b66c9abec00898987f7060b.tar.gz
upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
p4raw-id: //depot/perl@4280
Diffstat (limited to 'lib/Pod/Select.pm')
-rw-r--r--lib/Pod/Select.pm7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Pod/Select.pm b/lib/Pod/Select.pm
index 26cbe021ed..b933cc2cdf 100644
--- a/lib/Pod/Select.pm
+++ b/lib/Pod/Select.pm
@@ -1,10 +1,7 @@
#############################################################################
# Pod/Select.pm -- function to select portions of POD docs
#
-# Based on Tom Christiansen's pod2text() function
-# (with extensive modifications).
-#
-# Copyright (C) 1996-1999 Tom Christiansen. All rights reserved.
+# Copyright (C) 1996-1999 by Bradford Appleton. All rights reserved.
# This file is part of "PodParser". PodParser is free software;
# you can redistribute it and/or modify it under the same terms
# as Perl itself.
@@ -13,7 +10,7 @@
package Pod::Select;
use vars qw($VERSION);
-$VERSION = 1.081; ## Current version of this package
+$VERSION = 1.085; ## Current version of this package
require 5.004; ## requires this Perl version or later
#############################################################################