summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Pod/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-05-06 15:50:12 +0000
committerwen <wen@pkgsrc.org>2013-05-06 15:50:12 +0000
commitfb1036f8a8b5e87c4781bde184850a1d02c2bd02 (patch)
tree94bc7efb6ec9bac53d76aaec2ef7564b314778d3 /devel/p5-Test-Pod/Makefile
parente770f6758a33d818ce7969205804e4e310ed6259 (diff)
downloadpkgsrc-fb1036f8a8b5e87c4781bde184850a1d02c2bd02.tar.gz
Update to 1.48
Upstream changes: 1.48 - 2013-05-06T04:47:00Z * Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks to Martin Holste and Tatsuhiko Miyagawa for the reports. 1.47 - 2013-05-05T03:14:25Z * Fixed failing test on Pod::Simple 3.27 and higher. 1.46 - 2013-02-16T19:46:17Z * Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks to H.Merijn Brand. * Switched from custom file searching code to File::Find. Suggested by H.Merijn Brand. * Fixed failing test on Pod::Simple 3.24.
Diffstat (limited to 'devel/p5-Test-Pod/Makefile')
-rw-r--r--devel/p5-Test-Pod/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile
index f5215a8c4a6..78df6dcb7da 100644
--- a/devel/p5-Test-Pod/Makefile
+++ b/devel/p5-Test-Pod/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2012/10/31 11:19:09 asau Exp $
+# $NetBSD: Makefile,v 1.26 2013/05/06 15:50:12 wen Exp $
-DISTNAME= Test-Pod-1.45
+DISTNAME= Test-Pod-1.48
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tp
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}