summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness/patches
diff options
context:
space:
mode:
authormjl <mjl>2002-01-18 22:42:27 +0000
committermjl <mjl>2002-01-18 22:42:27 +0000
commit98ccb48efd039445deb186bd700cd7afe5877182 (patch)
tree7ab9917633797c58d148e3742056866e6ca6f497 /devel/p5-Test-Harness/patches
parent2bb312617d3367dd7dfc92fb709126ef37028f69 (diff)
downloadpkgsrc-98ccb48efd039445deb186bd700cd7afe5877182.tar.gz
Update p5-Test-Harness to 2.01.
- Added Test::Harness::Straps - Partial gutting of the internals - analyze_file() is more portable - Test #1 is now element 0 on the details array - Little bug in the skip 'various reasons' logic fixed - Wasn't filtering @INC properly when a test is run with -T - analyze() now considers "not \nok" to be a failure but Test::Harness still doesn't - Made sure filehandles are getting closed - Fixed a warning on VMS - Removed a little unnecessary code from analyze_file() - some POD changes. Fixes PR/15042 by Shell Hung.
Diffstat (limited to 'devel/p5-Test-Harness/patches')
-rw-r--r--devel/p5-Test-Harness/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa
index 0d9f477eea8..390db7d41ce 100644
--- a/devel/p5-Test-Harness/patches/patch-aa
+++ b/devel/p5-Test-Harness/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/27 04:26:49 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2002/01/18 22:42:28 mjl Exp $
---- Makefile.PL.orig Wed May 23 14:25:38 2001
+--- Makefile.PL.orig Tue Jan 8 17:03:18 2002
+++ 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',
+ );
+
+