diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-10 22:38:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-10 22:38:13 +0000 |
commit | 92e3d63aacb66085fea74c3f951f09e136337b97 (patch) | |
tree | 26db772e88a63590eae6677574c5616c93e979c7 /lib/Pod/Select.pm | |
parent | cd46e23b05b93423efcb49a21b866800469e7383 (diff) | |
download | perl-92e3d63aacb66085fea74c3f951f09e136337b97.tar.gz |
Update to Pod::Parser 1.17, from Brad Appleton.
p4raw-id: //depot/perl@6578
Diffstat (limited to 'lib/Pod/Select.pm')
-rw-r--r-- | lib/Pod/Select.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Pod/Select.pm b/lib/Pod/Select.pm index 5dd1595107..d86d823350 100644 --- a/lib/Pod/Select.pm +++ b/lib/Pod/Select.pm @@ -10,7 +10,7 @@ package Pod::Select; use vars qw($VERSION); -$VERSION = 1.12; ## Current version of this package +$VERSION = 1.13; ## Current version of this package require 5.005; ## requires this Perl version or later ############################################################################# @@ -92,7 +92,7 @@ The formal syntax of a section specification is: =over 4 -=item +=item * I<head1-title-regex>/I<head2-title-regex>/... @@ -160,7 +160,7 @@ The formal syntax of a range specification is: =over 4 -=item +=item * /I<start-range-regex>/[../I<end-range-regex>/] |