summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Fatal
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-08-16 11:57:59 +0000
committerabs <abs@pkgsrc.org>2011-08-16 11:57:59 +0000
commit27217139a96f64fb6c3032ec2b7053dbdd8431bc (patch)
treea6f02072197bdf49cd878a6338fd0221c83e9f8c /devel/p5-Test-Fatal
parent3e19b93def3e39438a3e04ac0cd7d79f11e2a9cd (diff)
downloadpkgsrc-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/p5-Test-Fatal')
-rw-r--r--devel/p5-Test-Fatal/DESCR3
-rw-r--r--devel/p5-Test-Fatal/Makefile19
-rw-r--r--devel/p5-Test-Fatal/distinfo5
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