diff options
author | wen <wen@pkgsrc.org> | 2013-05-06 15:55:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-05-06 15:55:42 +0000 |
commit | 00c462f1b32d42367b00e064e1c36cb7bf349997 (patch) | |
tree | c86a019c2ff3693041fec78f5985fb96d5349f4f /textproc | |
parent | ae9d0f1e258aa87c5b45fe3c990b4be1b095427d (diff) | |
download | pkgsrc-00c462f1b32d42367b00e064e1c36cb7bf349997.tar.gz |
Update to 3.28
Upstream changes:
2013-05-04 David E. Wheeler <david@justatheory.org>
* Release 3.28
Removed use of 'done_testing' in t/white.t, which was added in
v3.27. Thanks to Paul Howarth for the catch.
Fixed inproperly calculated number of skipped tests in t/xhtml01.t
when HTML::Entities is not intalled.
2013-05-03 David E. Wheeler <david@justatheory.org>
* Release 3.27
Added new warnings as defined by Pod::Checker, thanks to RJBS:
+ "=over" without "=back"
+ "L<>" starts or ends with whitespace
+ raw "|" or "/" in "L<text|link>" text
Added ->keep_encoding_directive, which is false by default, to
prevent formatters from emitting a document's '=encoding'
directive in most cases. That they emitted the encoding was a bug
introduced in v3.26 (RT #84093). Now, only the DumpAsText and
DumpAsXML formats set it to true. Patch from Patrice Dumas.
2013-02-27 David E. Wheeler <david@justatheory.org>
* Release 3.26
Fixed another test script to skip all tests when Encode is not
installed.
Added 'encoding()' and 'detected_encoding()' to return the current
encoding and the encoding actually to decode the input file. The
value from "=encoding" is also now kept in the output tree. Patch
from Patrice Dumas (RT #74390).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index 25a5ed34ef7..662abab9f92 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2013/02/17 12:57:07 wen Exp $ +# $NetBSD: Makefile,v 1.30 2013/05/06 15:55:42 wen Exp $ -DISTNAME= Pod-Simple-3.25 +DISTNAME= Pod-Simple-3.28 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-Pod-Simple/distinfo b/textproc/p5-Pod-Simple/distinfo index 98a34cb24e8..fb12ede208c 100644 --- a/textproc/p5-Pod-Simple/distinfo +++ b/textproc/p5-Pod-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2013/02/17 12:57:07 wen Exp $ +$NetBSD: distinfo,v 1.18 2013/05/06 15:55:42 wen Exp $ -SHA1 (Pod-Simple-3.25.tar.gz) = c7df80edc7b0e19d83ee2ebe24426a761e0852ba -RMD160 (Pod-Simple-3.25.tar.gz) = 53ffe441591bfbe25d9b78ec8f1e230c9264122e -Size (Pod-Simple-3.25.tar.gz) = 242663 bytes +SHA1 (Pod-Simple-3.28.tar.gz) = 2a53a0bbaa4ca6d182c1d2400d555be454d3d890 +RMD160 (Pod-Simple-3.28.tar.gz) = ef7998debf3c0931661d6a9b8e88eda76c1cc9b6 +Size (Pod-Simple-3.28.tar.gz) = 244687 bytes |