Updating package for Perl 5 module Pod::Simple in textproc/p5-Pod-Simple
from 3.19 to 3.22. Upstream changes: 2012-05-27 David E. Wheeler <david@justatheory.org> * Release 3.22 Fix but where Pod::Simple would whine about non-ASCII bytes in code or comments. Now only does so for Pod (in the absence of an "=encoding" tag. Broken in 3.21. Grant McLean. 2012-05-23 David E. Wheeler <david@justatheory.org> * Release 3.21 NOTE: COMPATABILITY CHANGE: The 'codes_in_verbatim' option in Pod::Simple::XHTML is no longer enabled by default. This brings it agreement with the other formatting classes, and eliminates unexpected behavior in XHTML-formatted Pod. Users who depended on this functionality can still get it by enabling 'codes_in_verbatim' in their code. Fixed some typos in the documentation. Thanks to Jonathan Yu via the Debian packagers via Florian Ragwitz (RT #75532). Now emit a warning the first time a non-ASCII byte is encountered when no "=encoding" has been seen. Grant McLean. When a non-ASCII byte is encounted before an "=encoding" line has been seen, a heuristic (as described in perlpodspec) is applied to select UTF-8 encoding if the non-ASCII bytes form a valid UTF-8 byte sequence, or Latin-1 otherwise. Grant McLean. Added 'handle_code' method to Pod::Simple::XHTML. This allows subclasses to override the handling of verbatim blocks, and makes for a more cohesive interface, to boot. Gisle Aas. Subsequent text segments are now joined together and passed as a single unit to text handling code. This makes it easier for custom handlers to process complete blocks of text in a single call to 'handle_text', rather than in dribs and drabs. Gisle Aas. Replaced naive text wrapping code in Pod::Simple::DumpAsXML with Text::Wrap, which was already used for similar purposes elsewhere in Pod::Simple. Gisle Aas. 2012-03-01 David E. Wheeler <david@justatheory.org> * Release 3.20 Removed use of 'done_testing' in t/xhtml15.t, which was added in v3.19. Thanks to Paul Howarth for the catch. Fixed quoting of links in a regular expression Pod::Simple::Text. Reported by Father Chrysostomos. Fix test failure on case-insensitive, non-case-preserving file systems (VMS I'm looking at *you*). Patch from Craig A. Berry. Pod::Simple::HTML no longer emits "href='#___top'" if a TOC (index) is not output. Patch from Rick Myers. Fixed links in the TOC of XHTML output to use IDs derived from encoded text, rather than raw Pod, so that it will link to the ID actually generated for the section. Thanks to Randy Stauner for the report (with test case!) (RT #72544). PullParser now throws an exception on an attempt to set a source more than once. Necessary because data from the previous source will be cached, so the new source would be ignored anyway. Create a new PullParser, instead. Thanks to Paul Boldra for the report (RT #74265).
This commit is contained in:
parent
05ebc0170c
commit
9df9acc285
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2011/10/28 01:12:49 hiramatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2012/07/06 12:59:37 sno Exp $
|
||||
|
||||
DISTNAME= Pod-Simple-3.19
|
||||
DISTNAME= Pod-Simple-3.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2011/10/28 01:12:49 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.15 2012/07/06 12:59:37 sno Exp $
|
||||
|
||||
SHA1 (Pod-Simple-3.19.tar.gz) = 7855de6b0ed4210d60bc98d62084d7e962bf0d84
|
||||
RMD160 (Pod-Simple-3.19.tar.gz) = dbebccb6ecb62e2de411f9727d2ca32b322d0355
|
||||
Size (Pod-Simple-3.19.tar.gz) = 235837 bytes
|
||||
SHA1 (Pod-Simple-3.22.tar.gz) = cd91aca3ba335fdc57e19ec47c859dc348dd59a4
|
||||
RMD160 (Pod-Simple-3.22.tar.gz) = 21fa09705ee0c85d1b1c604ac1b3961b13e4d043
|
||||
Size (Pod-Simple-3.22.tar.gz) = 238089 bytes
|
||||
|
|
Loading…
Reference in a new issue