diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-12 13:58:23 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-12 13:59:26 +0000 |
commit | 40fcdb562e65f0e462b2abca6504fb85c160cc8e (patch) | |
tree | 7f99b53d57d38035ac76cb046672586118b7116d /cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm | |
parent | fda0c19015ffe803d5c2452f0c5ed23ce9cbbd5d (diff) | |
download | perl-40fcdb562e65f0e462b2abca6504fb85c160cc8e.tar.gz |
Update Pod-Simple to CPAN version 3.15
[DELTA]
2010-11-11 David E. Wheeler <david@justatheory.org>
* Release 3.15
Removed "perlpod.pod" and "perlpodspec.pod". These now just live
in the Perl core.
Fixed stylesheet names output by HTMLBatch to match the names of
the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde
for the report (RT #56725).
Added missing closing slash to the CSS links in the XHTML output.
Thanks to HarleyPig for the patch!
Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry
D. Hedden for the patch.
Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the
patch.
Pod::Simple::XHTML now properly encodes entities in URLs in the
anchor tag. Thanks to John McNamara for the report (RT-60249).
Pod::Simple::HTML and XHTML now strip whitespace from the end of
section names that appear as anchor names for headers (in HTML)
and IDs (in XHTML). Such whitespace appeared when "X<>" entities
were stripped out but not the space between them (RT-56572).
Make test "t/search50.t" always pass on case-insensitive file
systems rather than just skip VMS.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm b/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm index ed6340d598..ad72a89a46 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm @@ -5,7 +5,7 @@ use Pod::Simple::PullParserToken (); use strict; use vars qw(@ISA $VERSION); @ISA = ('Pod::Simple::PullParserToken'); -$VERSION = '3.14'; +$VERSION = '3.15'; sub new { # Class->new(text); my $class = shift; |