import p5-Scope-Upper
This module lets you defer actions that will take place when the control flow returns into an upper scope. Currently, you can hook an upper scope end, or localize variables, array/hash values or deletions of elements in higher contexts. You can also return to an upper level and know which context was in use then.
This commit is contained in:
parent
c632c2059d
commit
7217602256
20
devel/p5-Scope-Upper/Makefile
Normal file
20
devel/p5-Scope-Upper/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/06 23:06:21 simon Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
COMMENT = act on upper scopes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Scope-Upper-0.08
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
CPAN_AUTHOR = VPIT
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Scope-Upper/distinfo
Normal file
5
devel/p5-Scope-Upper/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Scope-Upper-0.08.tar.gz) = 9VFSebfHztxgVl5QpP/ZkA==
|
||||
RMD160 (Scope-Upper-0.08.tar.gz) = REZqqB00oUVRSXdL7UGppql3RLI=
|
||||
SHA1 (Scope-Upper-0.08.tar.gz) = kHH/XydgI3M1aQja2zCVyE9h/vU=
|
||||
SHA256 (Scope-Upper-0.08.tar.gz) = Q788bObAepeipc0RJZTbB7kyFNIGTIR4zBcjs/rM/hs=
|
||||
SIZE (Scope-Upper-0.08.tar.gz) = 25896
|
5
devel/p5-Scope-Upper/pkg/DESCR
Normal file
5
devel/p5-Scope-Upper/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module lets you defer actions that will take place when the control
|
||||
flow returns into an upper scope. Currently, you can hook an upper
|
||||
scope end, or localize variables, array/hash values or deletions of
|
||||
elements in higher contexts. You can also return to an upper level and
|
||||
know which context was in use then.
|
10
devel/p5-Scope-Upper/pkg/PLIST
Normal file
10
devel/p5-Scope-Upper/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/06 23:06:21 simon Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Scope/
|
||||
${P5ARCH}/Scope/Upper.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Scope/
|
||||
${P5ARCH}/auto/Scope/Upper/
|
||||
${P5ARCH}/auto/Scope/Upper/Upper.bs
|
||||
${P5ARCH}/auto/Scope/Upper/Upper.so
|
||||
@man man/man3p/Scope::Upper.3p
|
Loading…
Reference in New Issue
Block a user