initial import of Test::Object 0.05

"Test::Object" is a testing package designed to allow you to easily test
what you believe is a valid object against the expected behaviour of all
of the classes in its inheritance tree in one single call.
This commit is contained in:
msf 2006-11-14 09:33:13 +00:00
parent dc34bd5c85
commit e107334313
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/14 09:33:13 msf Exp $
COMMENT= "thoroughly testing objects via registered handlers"
MODULES= cpan
DISTNAME= Test-Object-0.05
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Test-Object-0.05.tar.gz) = ca4cb18d092a3eab5b3313408872c980
RMD160 (Test-Object-0.05.tar.gz) = fea008fd44f872562c47054b504702effaaeb323
SHA1 (Test-Object-0.05.tar.gz) = f0c1709b35f7a71a217108beb7040890ba7e6f18
SIZE (Test-Object-0.05.tar.gz) = 21230

View File

@ -0,0 +1,3 @@
"Test::Object" is a testing package designed to allow you to easily test
what you believe is a valid object against the expected behaviour of all
of the classes in its inheritance tree in one single call.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/14 09:33:13 msf Exp $
${P5SITE}/Test/
${P5SITE}/Test/Object/
${P5SITE}/Test/Object.pm
${P5SITE}/Test/Object/Test.pm
@man man/man3p/Test::Object.3p