import p5-Package-Stash

Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. This module hides all of
that behind a simple API.

ok ajacoutot@
This commit is contained in:
jim 2010-06-29 13:56:06 +00:00
parent d0eb108190
commit 029208420f
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/29 13:56:06 jim Exp $
COMMENT= routines for manipulating stashes
MODULES= cpan
DISTNAME= Package-Stash-0.05
CATEGORIES= devel
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/p5-Test-Exception
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Package-Stash-0.05.tar.gz) = 17OFesofIrLaBs/NMSPL7w==
RMD160 (Package-Stash-0.05.tar.gz) = TUoduL7GOvE6idTRtJjPj/rGyqw=
SHA1 (Package-Stash-0.05.tar.gz) = OEOPduPMFLJa+zuy6bPKxt6p92M=
SHA256 (Package-Stash-0.05.tar.gz) = 5yRZg67ugURM/frSIki3HwdEIp+qFgUHhGiqXSWeGXY=
SIZE (Package-Stash-0.05.tar.gz) = 17023

View File

@ -0,0 +1,3 @@
Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. This module hides all of
that behind a simple API.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/29 13:56:06 jim Exp $
${P5SITE}/Package/
${P5SITE}/Package/Stash.pm
@man man/man3p/Package::Stash.3p