summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-03-15 16:47:47 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-03-15 16:47:47 +0000
commitc9989a7404d7d04d5a3de35f7783e3fe298e69be (patch)
treea2557959c581d17df6023bcf82a386481b8cba5d /cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
parent0d160371061f6cce0d19afa2e5e94dc360c63a4d (diff)
downloadperl-c9989a7404d7d04d5a3de35f7783e3fe298e69be.tar.gz
Update Pod-Simple to CPAN version 3.16
[DELTA] 2011-03-14 David E. Wheeler <david@justatheory.org> * Release 3.16 Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML (Fitz Elliott). Replaced the invalid "<nobr>" tag -- created for "S<>" -- with '<span style="white-space: nowrap;">' (Fitz Elliott). Fixed some nerbles in our own Pod (Michael Stevens) Improved the "Minimal code" example in Pod::Simple::HTML. The key is to use pase_file(), not parse_from_file() (which should otherwise be undocumented, and is just there for Pod::Parser compatibility. Thanks to prodding from Ævar Arnfjörð Bjarmason (RT #65428). Added the html_charset() and html_encode_chars() attributes to Pod::Simple::XHTML. Inspired by a bug report from Agent Zhang (章亦春) (RT #29587). Added "Minimal code" example to the Pod::Simple::XHTML documentation. Fixed mispelling of the "=encoding" markup in the parser (it was spelled "=encode"). Thanks to "TTY" for the patch. (RT #24820).
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm b/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
index 185b2b67e8..7d77ebb1f8 100644
--- a/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
+++ b/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
@@ -3,12 +3,12 @@ require 5;
package Pod::Simple::LinkSection;
# Based somewhat dimly on Array::Autojoin
use vars qw($VERSION );
-$VERSION = '3.15';
+$VERSION = '3.16';
use strict;
use Pod::Simple::BlackBox;
use vars qw($VERSION );
-$VERSION = '3.15';
+$VERSION = '3.16';
use overload( # So it'll stringify nice
'""' => \&Pod::Simple::BlackBox::stringify_lol,
@@ -114,7 +114,7 @@ Output:
], 'Pod::Simple::LinkSection' ),
'baz'
], 'Pod::Simple::LinkSection' );
-
+
But stringify it and you get just the text content:
% perl -MData::Dumper -e