summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Pod/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-05-24 21:43:26 +0000
committerseb <seb@pkgsrc.org>2010-05-24 21:43:26 +0000
commitfede3f0be24f7519bd064d8f8035086eb677c167 (patch)
tree3922ae92dce562a7a449385763185feab0cfb347 /devel/p5-Test-Pod/Makefile
parenta8cc8ad48879573963aa814c04a1f1acc5e7c752 (diff)
downloadpkgsrc-fede3f0be24f7519bd064d8f8035086eb677c167.tar.gz
Update p5-Test-Pod from version 1.42 to version 1.44.
Upstream changes: 1.44 2010-04-26T17:33:02 * Restored the `Makefile.PL` by using Module::Build::Compat's "traditional" configuration. 1.43 2010-04-21T02:33:59 * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05, and added File::Spec to the list of prereqs. The prerequisites were needlessly high, and by reducing them Test::Pod can rely on the core versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for the patch.
Diffstat (limited to 'devel/p5-Test-Pod/Makefile')
-rw-r--r--devel/p5-Test-Pod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile
index 465559da4c0..5656451108c 100644
--- a/devel/p5-Test-Pod/Makefile
+++ b/devel/p5-Test-Pod/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2010/03/15 12:23:56 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2010/05/24 21:43:26 seb Exp $
-DISTNAME= Test-Pod-1.42
+DISTNAME= Test-Pod-1.44
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tp
CATEGORIES= devel perl5