diff options
author | wen <wen@pkgsrc.org> | 2015-02-23 11:19:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-02-23 11:19:09 +0000 |
commit | 2f528cff209ebe5686f358406dc0afdfa8b1630c (patch) | |
tree | 926131049bc1e8cd92fb1bc804f43d5bdc335367 /devel | |
parent | 4479be551d5483a4ac94e933a0872a440968a565 (diff) | |
download | pkgsrc-2f528cff209ebe5686f358406dc0afdfa8b1630c.tar.gz |
Update to 1.66
Upstream changes:
1.66 (marekr)
- CPAN#102116: pod2usage() -sections omits section with subsection specified
added more precise documentation about the -section syntax and semantics
- CPAN#102117: pod2usage() changes formatting
added documentation to describe what formatting changes pod2usage applies
- CPAN#102101: New tests fail when in core
changed the way the tests find their dependencies. Thanks to BINGOS for
the patch, applied in slightly modified way
1.65 (marekr)
- CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with Negation
fixed a specific corner case for section selection
- CPAN#101538: Pod::Usage doesn't handle E<copy> correctly
introduced a utf8 option; this may actually not solve the problem, but
it is the best we can do for the moment
- CPAN#101581: pod2usage() -sections omits marked-up text from =head lines
make sure that marked-up text is not skipped
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Pod-Usage/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Pod-Usage/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Pod-Usage/Makefile b/devel/p5-Pod-Usage/Makefile index 75d2795ce2b..beda0d0edaa 100644 --- a/devel/p5-Pod-Usage/Makefile +++ b/devel/p5-Pod-Usage/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2014/07/15 20:38:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2015/02/23 11:19:09 wen Exp $ # -DISTNAME= Pod-Usage-1.64 +DISTNAME= Pod-Usage-1.66 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/devel/p5-Pod-Usage/distinfo b/devel/p5-Pod-Usage/distinfo index f7b9e220401..4ef11037925 100644 --- a/devel/p5-Pod-Usage/distinfo +++ b/devel/p5-Pod-Usage/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/07/15 20:38:04 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2015/02/23 11:19:09 wen Exp $ -SHA1 (Pod-Usage-1.64.tar.gz) = 3a1006b3cc9ad37c556c6763c973a7985eb29f2e -RMD160 (Pod-Usage-1.64.tar.gz) = d572199e42051299f6911fba3206a596614f806f -Size (Pod-Usage-1.64.tar.gz) = 20236 bytes +SHA1 (Pod-Usage-1.66.tar.gz) = 316019b47459a47cfadfb2a24f8464a1b2fc0953 +RMD160 (Pod-Usage-1.66.tar.gz) = c54177d73b1215ad71434bb06ff858d32b2aa190 +Size (Pod-Usage-1.66.tar.gz) = 22068 bytes |