Initial import of p5-Class-ErrorHandler 0.01

Class::ErrorHandler provides an error-handling mechanism that's generic
enough to be used as the base class for a variety of OO classes.
Subclasses inherit its two error-handling methods, error and errstr, to
communicate error messages back to the calling program.

from Bernd Ahlers <bernd at ba-net.org>
This commit is contained in:
sturm 2005-08-07 09:45:00 +00:00
parent b85710f7fc
commit 8d51fe83e3
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/08/07 09:45:00 sturm Exp $
COMMENT= "base class for error handling"
DISTNAME= Class-ErrorHandler-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Class-ErrorHandler-0.01.tar.gz) = 6a07ad34dfcdf510677f92e47643976d
RMD160 (Class-ErrorHandler-0.01.tar.gz) = 9b6e5fb2cf08088ffabfdfdb18e20e05c0c096fa
SHA1 (Class-ErrorHandler-0.01.tar.gz) = 13c2509423d990fdca95d34637885a317baca42f
SIZE (Class-ErrorHandler-0.01.tar.gz) = 15254

View File

@ -0,0 +1,4 @@
Class::ErrorHandler provides an error-handling mechanism that's generic
enough to be used as the base class for a variety of OO classes.
Subclasses inherit its two error-handling methods, error and errstr, to
communicate error messages back to the calling program.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/08/07 09:45:00 sturm Exp $
${P5SITE}/Class/
${P5SITE}/Class/ErrorHandler.pm
@man man/man3p/Class::ErrorHandler.3p