1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Test::Timer implements a set of test primitives to test and assert test times

from bodies of code.

WWW:	http://search.cpan.org/dist/Test-Timer/
This commit is contained in:
Steve Wills 2011-10-06 20:21:18 +00:00
parent 4d1608f132
commit 1b9ccb016f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283066
5 changed files with 40 additions and 0 deletions

View File

@ -2452,6 +2452,7 @@
SUBDIR += p5-Test-Taint
SUBDIR += p5-Test-TempDir
SUBDIR += p5-Test-Tester
SUBDIR += p5-Test-Timer
SUBDIR += p5-Test-Trap
SUBDIR += p5-Test-Unit
SUBDIR += p5-Test-UseAllModules

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Test-Timer
# Date created: 2011-10-06
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Timer
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MAINTAINER= swills@FreeBSD.org
COMMENT= A test module to test/assert response times
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
MAN3= Test::Timer.3 Test::Timer::TimeoutException.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Timer-0.05.tar.gz) = b5f833797d858951ef2392e2052c4c96c327ceac3407d238c6b16b511443ed9e
SIZE (Test-Timer-0.05.tar.gz) = 9003

View File

@ -0,0 +1,4 @@
Test::Timer implements a set of test primitives to test and assert test times
from bodies of code.
WWW: http://search.cpan.org/dist/Test-Timer/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Test/Timer/TimeoutException.pm
%%SITE_PERL%%/Test/Timer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer/.packlist
@dirrmtry %%SITE_PERL%%/Test/Timer
@dirrmtry %%SITE_PERL%%/Test
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test