diff options
author | abs <abs@pkgsrc.org> | 2011-08-16 11:57:59 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2011-08-16 11:57:59 +0000 |
commit | 27217139a96f64fb6c3032ec2b7053dbdd8431bc (patch) | |
tree | a6f02072197bdf49cd878a6338fd0221c83e9f8c /devel | |
parent | 3e19b93def3e39438a3e04ac0cd7d79f11e2a9cd (diff) | |
download | pkgsrc-27217139a96f64fb6c3032ec2b7053dbdd8431bc.tar.gz |
Added devel/p5-Test-Fatal version 0.006
Test::Fatal is an alternative to the popular Test::Exception. It
does much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Fatal/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Test-Fatal/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Test-Fatal/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Test-Fatal/DESCR b/devel/p5-Test-Fatal/DESCR new file mode 100644 index 00000000000..dde04a6d7b3 --- /dev/null +++ b/devel/p5-Test-Fatal/DESCR @@ -0,0 +1,3 @@ +Test::Fatal is an alternative to the popular Test::Exception. It +does much less, but should allow greater flexibility in testing +exception-throwing code with about the same amount of typing. diff --git a/devel/p5-Test-Fatal/Makefile b/devel/p5-Test-Fatal/Makefile new file mode 100644 index 00000000000..043e6693b25 --- /dev/null +++ b/devel/p5-Test-Fatal/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 11:57:59 abs Exp $ + +DISTNAME= Test-Fatal-0.006 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rjbs/Test-Fatal/ +COMMENT= Incredibly simple helpers for testing code with exceptions +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Try-Tiny>=0.07:../../devel/p5-Try-Tiny + +PKG_DESTDIR_SUPPORT= user-destdir +PERL5_PACKLIST= auto/Test/Fatal/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Fatal/distinfo b/devel/p5-Test-Fatal/distinfo new file mode 100644 index 00000000000..fd8abdefa3b --- /dev/null +++ b/devel/p5-Test-Fatal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/16 11:57:59 abs Exp $ + +SHA1 (Test-Fatal-0.006.tar.gz) = 52b6c449e8c783cf0457cca49acdddd82e33c1e1 +RMD160 (Test-Fatal-0.006.tar.gz) = c1becd70ecb24e7da435a2e944b52b5c3cd365b4 +Size (Test-Fatal-0.006.tar.gz) = 12616 bytes |