445d4b2811
Have you ever tried to debug a test script that is failing tests? Without too many modifications, your test script can generate a log file with information about each failed test. You can take your existing test script, and with (hopefully) very little effort, convert it to use Test::Debugger. Then re-run your modified test and view the log file it creates. WWW: http://search.cpan.org/dist/Test-Debugger/
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# New ports collection makefile for: devel/p5-Test-Debugger
|
|
# Date created: February 13, 2008
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Debugger
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Create Test Scripts which Generate Log Files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Debugger.3
|
|
|
|
.include <bsd.port.mk>
|