pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Exception Initial import of p5-Test-Exce...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e655491fefb1
branches:  trunk
changeset: 489285:e655491fefb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 19 17:28:59 2005 +0000

description:
Initial import of p5-Test-Exception-0.20:

This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::More and friends.

diffstat:

 devel/p5-Test-Exception/DESCR    |   3 +++
 devel/p5-Test-Exception/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-Exception/PLIST    |   1 +
 devel/p5-Test-Exception/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 30ff5b007334 -r e655491fefb1 devel/p5-Test-Exception/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Exception/DESCR     Sat Feb 19 17:28:59 2005 +0000
@@ -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::More and friends.
diff -r 30ff5b007334 -r e655491fefb1 devel/p5-Test-Exception/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Exception/Makefile  Sat Feb 19 17:28:59 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $
+#
+
+DISTNAME=              Test-Exception-0.20
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-Exception/
+COMMENT=               Test exception based code
+
+DEPENDS+=              p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Exception/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 30ff5b007334 -r e655491fefb1 devel/p5-Test-Exception/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Exception/PLIST     Sat Feb 19 17:28:59 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $
diff -r 30ff5b007334 -r e655491fefb1 devel/p5-Test-Exception/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Exception/distinfo  Sat Feb 19 17:28:59 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/19 17:28:59 wiz Exp $
+
+SHA1 (Test-Exception-0.20.tar.gz) = 263697301fb11f4669aa010a00b373833e27a361
+Size (Test-Exception-0.20.tar.gz) = 9428 bytes



Home | Main Index | Thread Index | Old Index