diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-10 10:13:39 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-10 10:13:39 +0100 |
commit | 5aeca1f7a73a0abecd5e1b5cb8b7462cf3369f85 (patch) | |
tree | e5a6e64562ecb4387e133e7c0336ae9548f78d18 /cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm | |
parent | a91c97ae03f4abcf40e3f5cedaf9ad44ee8f590b (diff) | |
download | perl-5aeca1f7a73a0abecd5e1b5cb8b7462cf3369f85.tar.gz |
Update Pod-Simple to CPAN version 3.17
[DELTA]
2011-07-09 David E. Wheeler <david@justatheory.org>
* Release 3.17
Documented tertiary methods. Patch from Shawn H Corey.
Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc
Green/Google Summer of Code for the pull request.
Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey.
Fixed quoting of value returned by a "strip_verbatim_indent()"
code reference so that regex meta characters are properly escaped.
Added "anchor_items" option to Pod::Simple::XHMTL. This allows
text items (which are output as <dt> elements) to have IDs that
can be referenced in the "#" part of a URL. Marc Green/Google
Summer of Code.
Added "recurse" option to Pod::Simple::Search. It's enabled by
default; disable it to turn off recursion into subdirectories.
Marc Green/Google Summer of Code.
Added documentation to clarify the behavior of the "content_seen"
method. Thanks to Olaf Alders for the pull request.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm b/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm index e6e5a4a058..2c2af0b3b6 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm @@ -4,7 +4,7 @@ package Pod::Simple::TiedOutFH; use Symbol ('gensym'); use Carp (); use vars qw($VERSION ); -$VERSION = '3.16'; +$VERSION = '3.17'; #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |