import p5-Sub-Identify 0.03

Sub::Identify allows you to retrieve the real name of code references.
For this, it uses Perl's introspection mechanism, provided by the B
module.
This commit is contained in:
jasper 2008-10-06 16:48:51 +00:00
parent 44b6bd6575
commit 5aec01ae95
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/06 16:48:51 jasper Exp $
COMMENT = tetrieve names of code references
DISTNAME = Sub-Identify-0.03
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Sub-Identify-0.03.tar.gz) = FImuVIGPpb/2ELtH7neBbw==
RMD160 (Sub-Identify-0.03.tar.gz) = pF/4nqUyqVWSQ4+ZPpq5ekn7rO0=
SHA1 (Sub-Identify-0.03.tar.gz) = GqrAnTEb1QkSA8gCQjRIG3crLbI=
SHA256 (Sub-Identify-0.03.tar.gz) = GLDhtCj3lbylDMGixtRQHPToFlbE85BVgfr6F/spwbM=
SIZE (Sub-Identify-0.03.tar.gz) = 2434

View File

@ -0,0 +1,3 @@
Sub::Identify allows you to retrieve the real name of code references.
For this, it uses Perl's introspection mechanism, provided by the B
module.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/06 16:48:51 jasper Exp $
${P5SITE}/Sub/
${P5SITE}/Sub/Identify.pm
@man man/man3p/Sub::Identify.3p