Fri Aug 17 15:40:16 2012 UTC ()
Update to 3.23
Upstream changes:
2012-08-14   David E. Wheeler <david@justatheory.org>
	* Release 3.23

	Eliminated nested elements in table of contents (index) items
	output of Pod::Simple::XHTML. This was especially problematic for
	headers that included links, as the TOC then got nested anchor
	elements, which simply would not work. Thanks to Ben Bullock for
	the report and test case (RT #77686).

	Fixed semantically invalid nested XHTML generated by
	Pod::Simple::XHTML since v3.21. Gisle Aas.

	Improved support for nested "C< >" tags in Pod::Simple::XHTML.
	Gisle Aas.

	No longer tries to decode a string with the "utf8" flag set, as
	the double-decoding only triggered an error. Grant McLean.

	Added documentation note that the API expects encoded text
	(octets). Grant McLean.

	Added "parse_characters()" option to specify that strings to are
	already decoded from octets into characters. Grant McLean.


(wen)
diff -r1.25 -r1.26 pkgsrc/textproc/p5-Pod-Simple/Makefile
diff -r1.15 -r1.16 pkgsrc/textproc/p5-Pod-Simple/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2012/07/06 12:59:37 1.25
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/Makefile 2012/08/17 15:40:16 1.26
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2012/07/06 12:59:37 sno Exp $
+# $NetBSD: Makefile,v 1.26 2012/08/17 15:40:16 wen Exp $
 
-DISTNAME=	Pod-Simple-3.22
+DISTNAME=	Pod-Simple-3.23
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Pod/}

cvs diff -r1.15 -r1.16 pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2012/07/06 12:59:37 1.15
+++ pkgsrc/textproc/p5-Pod-Simple/Attic/distinfo 2012/08/17 15:40:16 1.16
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2012/07/06 12:59:37 sno Exp $
+$NetBSD: distinfo,v 1.16 2012/08/17 15:40:16 wen Exp $
 
-SHA1 (Pod-Simple-3.22.tar.gz) = cd91aca3ba335fdc57e19ec47c859dc348dd59a4
+SHA1 (Pod-Simple-3.23.tar.gz) = 3ba7ac7a1df595bb9e9d2d41faad3f3cd6a6f20f
-RMD160 (Pod-Simple-3.22.tar.gz) = 21fa09705ee0c85d1b1c604ac1b3961b13e4d043
+RMD160 (Pod-Simple-3.23.tar.gz) = 85833ce3ea84f518275f5042212de39924d4c13c
-Size (Pod-Simple-3.22.tar.gz) = 238089 bytes
+Size (Pod-Simple-3.23.tar.gz) = 239245 bytes