From c9989a7404d7d04d5a3de35f7783e3fe298e69be Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 15 Mar 2011 16:47:47 +0000 Subject: Update Pod-Simple to CPAN version 3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [DELTA] 2011-03-14 David E. Wheeler * Release 3.16 Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML (Fitz Elliott). Replaced the invalid "" tag -- created for "S<>" -- with '' (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). --- cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm') 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 -- cgit v1.2.1