summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2009-11-05 19:42:14 +0000
committerheinz <heinz@pkgsrc.org>2009-11-05 19:42:14 +0000
commit94c932fc2237506bba2e21a318b86dff551903fd (patch)
treec866f3b728944f0b9cafd38df53b062579e18fdc /textproc/p5-Pod-Simple/Makefile
parent0f8d1e1fbb2bab864e975f2d0e549b6be2d55896 (diff)
downloadpkgsrc-94c932fc2237506bba2e21a318b86dff551903fd.tar.gz
Updated to version 3.09.
Pkgsrc changes: - none Changes since version 3.08: =========================== Add support for an index (TOC) in the XHTML output from David E. Wheeler. Add strip_verbatim_indent() from David E. Wheeler. Added the "nocase" option to PullParser's get_title(), get_version(), get_description(), and get_author() methods. This allows one to fetch the contents of those sections regardless of the case of the labels (e.g., "NAME" and "Name" and "name" are all valid). Graham Barr. Added the search_class() accessor to Pod::Simple::HTMLBatch. David E. Wheeler. XHTML output now properly encodes entities in all places, not just in verbatim blocks and code spans. David E. Wheeler. Fixed XHTML to output definition lists when it should, rather than (broken) unordered lists. David E. Wheeler. Fixed XHTML so that multiparagraph list items work correctly. David E. Wheeler. Fixed XHTML ordered list output so that it does not include the number specified in the POD in the output. This is on a par with out the HTML output works. David E. Wheeler. Applied URL patch from Leon Brocard for The Perl Journal archives. Fixed test failures with older versions of HTML::Entities (RT #43903 from Salvador Tercia). Changed CSS files generated by HTMLBatch to be no more than 8.3 characters long. (RT #40450 from Renee Baecker) Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML. (RT #49615 from Chas Owens.) Fixed a bug in Pod::Simple::HTML where a definition term item with no corresponding definition item would be output with no closing </a></dt>. (RT # 37107 from Kevin Ryde). Added entity handling for numeric entities to Pod::Simple::XHTML, following perlpod specification. A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>") is now properly parsed as text and entities instead of a tag embedded in a tag. This is in compliance with `perldoc perlpod` (RT #12239 from Michael Schwern). Thanks to David E. Wheeler for applying patches, resolving bugs, and generally getting ready for the release.
Diffstat (limited to 'textproc/p5-Pod-Simple/Makefile')
-rw-r--r--textproc/p5-Pod-Simple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
index 71cbf63fdbd..ee9401f6731 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2009/08/09 08:01:29 sno Exp $
+# $NetBSD: Makefile,v 1.18 2009/11/05 19:42:14 heinz Exp $
-DISTNAME= Pod-Simple-3.08
+DISTNAME= Pod-Simple-3.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}