Initial import of p5-Carp-Clan 5.3.
This module reports errors from perspective of caller of a clan of modules.
This commit is contained in:
parent
568efbdbb9
commit
6a0124a112
19
devel/p5-Carp-Clan/Makefile
Normal file
19
devel/p5-Carp-Clan/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/01 05:35:58 kevlo Exp $
|
||||
|
||||
COMMENT= "report errors from perspective of caller of a clan of modules"
|
||||
|
||||
DISTNAME= Carp-Clan-5.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Carp-Clan/distinfo
Normal file
3
devel/p5-Carp-Clan/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Carp-Clan-5.3.tar.gz) = d0a0431921b2c786aac234dfb6fe02ca
|
||||
RMD160 (Carp-Clan-5.3.tar.gz) = d10d51ae69f9ebde79c6509608e17fa0368039dc
|
||||
SHA1 (Carp-Clan-5.3.tar.gz) = a5abb9a8815e98900f9d1c21af6c1522d79c494a
|
5
devel/p5-Carp-Clan/pkg/DESCR
Normal file
5
devel/p5-Carp-Clan/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module reports errors from the perspective of the caller of a
|
||||
"clan" of modules, similar to "Carp.pm" itself. But instead of giving
|
||||
it a number of levels to skip on the calling stack, you give it a
|
||||
pattern to characterize the package names of the "clan" of modules
|
||||
which shall never be blamed for any error.
|
5
devel/p5-Carp-Clan/pkg/PLIST
Normal file
5
devel/p5-Carp-Clan/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/01 05:35:58 kevlo Exp $
|
||||
${P5SITE}/Carp/
|
||||
${P5SITE}/Carp/Clan.pm
|
||||
${P5SITE}/Carp/Clan.pod
|
||||
@man man/man3p/Carp::Clan.3p
|
Loading…
Reference in New Issue
Block a user