SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-FailWarnings/Makefile
Normal file
16
devel/p5-Test-FailWarnings/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = add test failures if warnings are caught
|
||||
|
||||
DISTNAME = Test-FailWarnings-0.008
|
||||
CATEGORIES = devel
|
||||
REVISION = 1
|
||||
|
||||
# Apache v2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
|
||||
TEST_DEPENDS = sysutils/p5-Capture-Tiny
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-FailWarnings/distinfo
Normal file
2
devel/p5-Test-FailWarnings/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-FailWarnings-0.008.tar.gz) = 2jTvkCn2hJ1gJiAdSRJ9BU7mrEuXnIIhAxX1chlkqW8=
|
||||
SIZE (Test-FailWarnings-0.008.tar.gz) = 13734
|
3
devel/p5-Test-FailWarnings/pkg/DESCR
Normal file
3
devel/p5-Test-FailWarnings/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module converts warnings to Test::More fail() calls. It is
|
||||
designed to be used with done_testing, when you don't need to know
|
||||
the test count in advance.
|
3
devel/p5-Test-FailWarnings/pkg/PLIST
Normal file
3
devel/p5-Test-FailWarnings/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/FailWarnings.pm
|
||||
@man man/man3p/Test::FailWarnings.3p
|
Loading…
Add table
Add a link
Reference in a new issue