mini test framework for HTTP::Server::Simple

This commit is contained in:
espie 2006-11-12 16:30:48 +00:00
parent f8877b7567
commit 1580d97d5a
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/12 16:30:48 espie Exp $
COMMENT= "test framework for HTTP::Server::Simple"
MODULES= cpan
DISTNAME= Test-HTTP-Server-Simple-0.03
CATEGORIES= www devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::www/p5-HTTP-Server-Simple
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Test-HTTP-Server-Simple-0.03.tar.gz) = bb23602669311fa2dd5a61bfc01e05dd
RMD160 (Test-HTTP-Server-Simple-0.03.tar.gz) = 40009c76d32a5fdc39d780750989461a8435421b
SHA1 (Test-HTTP-Server-Simple-0.03.tar.gz) = e5642055d6a09531fe0e4c0303293d6585bad46a
SIZE (Test-HTTP-Server-Simple-0.03.tar.gz) = 4827

View File

@ -0,0 +1,3 @@
Provides some very basic test functions for HTTP::Server::Simple.
Currently, just deals with cleanly backgrounding and killing a child
server process.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 16:30:48 espie Exp $
${P5SITE}/Test/
${P5SITE}/Test/HTTP/
${P5SITE}/Test/HTTP/Server/
${P5SITE}/Test/HTTP/Server/Simple.pm
@man man/man3p/Test::HTTP::Server::Simple.3p