summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-27 04:26:49 +0000
committerjlam <jlam>2001-09-27 04:26:49 +0000
commitd570b256a9747df7ff6a8dec5e671147bb157f2a (patch)
tree8046a6389faac01bdecd5a5b593f808df7b92514 /devel/p5-Test-Harness/patches
parenta96c16d7dfb4c0223cc88c9be394b4a596833157 (diff)
downloadpkgsrc-d570b256a9747df7ff6a8dec5e671147bb157f2a.tar.gz
devel/p5-Test-Harness - run perl standard test scripts with statistics.
Provided in pkg/13845 by Sen Nagata <sen@eccosys.com> with some fixes by me to install into ${PERL5_SITEARCH} instead of mixing the module with the standard perl library in ${PERL5_ARCHLIB}.
Diffstat (limited to 'devel/p5-Test-Harness/patches')
-rw-r--r--devel/p5-Test-Harness/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa
new file mode 100644
index 00000000000..0d9f477eea8
--- /dev/null
+++ b/devel/p5-Test-Harness/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/27 04:26:49 jlam Exp $
+
+--- Makefile.PL.orig Wed May 23 14:25:38 2001
++++ Makefile.PL
+@@ -35,7 +35,6 @@
+ NAME => $PACKAGE,
+ VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
+ PREREQ_PM => { },
+- INSTALLDIRS => 'perl',
+ 'dist' => { COMPRESS => 'gzip -9',
+ SUFFIX => '.gz',
+ DIST_DEFAULT => 'all tardist',