initial import of Class::Inspector 1.16 from submitter Sean Comeau

Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
This commit is contained in:
msf 2006-05-11 11:20:11 +00:00
parent 845fe252ae
commit 56039ae6e7
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:20:11 msf Exp $
COMMENT= "get information about a class and its structure"
DISTNAME= Class-Inspector-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
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-Inspector-1.16.tar.gz) = 46eeeeb5a5df0da03f4e53229f7ed360
RMD160 (Class-Inspector-1.16.tar.gz) = fa06b8b5bc46475e9386496d3755aff7d9cf088d
SHA1 (Class-Inspector-1.16.tar.gz) = f08ed73f408e9b778e89e197a459f43ed25fce7e
SIZE (Class-Inspector-1.16.tar.gz) = 28666

View File

@ -0,0 +1,6 @@
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/11 11:20:11 msf Exp $
${P5SITE}/Class/
${P5SITE}/Class/Inspector.pm
@man man/man3p/Class::Inspector.3p