Initial import of Test-Exception-0.15
This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::Simple, Test::More and friends.
This commit is contained in:
parent
34d3369f4e
commit
661a0687b2
28
devel/p5-Test-Exception/Makefile
Normal file
28
devel/p5-Test-Exception/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/09 01:23:14 msf Exp $
|
||||
|
||||
COMMENT= "test functions for exception based code"
|
||||
|
||||
DISTNAME= Test-Exception-0.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
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
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-Sub-Uplevel
|
||||
REGRESS_DEPENDS= ::devel/p5-Pod-Coverage \
|
||||
::devel/p5-IO-String
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Exception/distinfo
Normal file
3
devel/p5-Test-Exception/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Exception-0.15.tar.gz) = 260074f5be5196713c7a13131a309f53
|
||||
RMD160 (Test-Exception-0.15.tar.gz) = 1173d9f645697085bc5bf5ff309bc8e6773c67a6
|
||||
SHA1 (Test-Exception-0.15.tar.gz) = e4fe17a092e1137c0865884eb195eaff62e028f1
|
3
devel/p5-Test-Exception/pkg/DESCR
Normal file
3
devel/p5-Test-Exception/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module provides a few convenience methods for testing exception
|
||||
based code. It is built with Test::Builder and plays happily with
|
||||
Test::Simple, Test::More and friends.
|
9
devel/p5-Test-Exception/pkg/PLIST
Normal file
9
devel/p5-Test-Exception/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/09 01:23:14 msf Exp $
|
||||
${P5SITE}/Test/Exception.pm
|
||||
@comment ${P5ARCH}/auto/Test/Exception/.packlist
|
||||
man/man3p/Test::Exception.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Test/Exception
|
||||
@comment @dirrm ${P5ARCH}/auto/Test
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Test
|
Loading…
Reference in New Issue
Block a user