summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-16 23:42:51 +0000
committersno <sno@pkgsrc.org>2010-01-16 23:42:51 +0000
commitb080f3c770e865780c76f665e94a7fdddf25501a (patch)
tree8d465b9ddee0021606d079de51ea0c948f59437f /textproc/p5-Pod-Simple/Makefile
parent69314526e70b41ba3ad6c0ca63001879ed945735 (diff)
downloadpkgsrc-b080f3c770e865780c76f665e94a7fdddf25501a.tar.gz
Updating textproc/p5-Pod-Simple from 3.11 to 3.13
Upstream changes: 2009-12-17 Release 3.13 - David E. Wheeler <david@justatheory.org> Removed deleted test file from MANIFEST. 2009-12-17 Release 3.12 - David E. Wheeler <david@justatheory.org> Removed "All rights reserved" from all files. Added acknowledgements to man.he.net and search.cpan.org for permission to link man pages and Perl module links to their sites in the output of Pod::Simple::HTML and Pod::Simple::XHTML. Add "html_h_level" option to Pod::Simple::XHTML and ::HTML to allow a =head1 to become an <h2> and so on. RJBS. Add batch_mode_page_object_init() method to Pod::Simple::XHTML. This allows it to be used by Pod::Simple::HTMLBatch. Fixed a regression in Pod::Simple::XHTML where '=begin html' blocks were incorrectly escaped rather than simply passed through unmolested. RJBS. Removed the undocumented "fullstop_space_harden" attribute, which apparently was only used by Pod::Text a very long time ago.
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 50815a5424b..f9f901ee88a 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2009/12/15 13:33:55 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2010/01/16 23:42:51 sno Exp $
-DISTNAME= Pod-Simple-3.11
+DISTNAME= Pod-Simple-3.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}