[ 源代码: libnamespace-clean-perl ]
软件包:libnamespace-clean-perl(0.27-1)
libnamespace-clean-perl 的相关链接
Debian 的资源:
下载源码包 libnamespace-clean-perl:
- [libnamespace-clean-perl_0.27-1.dsc]
- [libnamespace-clean-perl_0.27.orig.tar.gz]
- [libnamespace-clean-perl_0.27-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Damyan Ivanov (QA 页面)
- Jonathan Yu (QA 页面)
- Rene Mayorga (QA 页面)
- gregor herrmann (QA 页面)
- Antonio Radici (QA 页面)
- Ansgar Burchardt (QA 页面)
- Peter Pentchev (QA 页面)
- Alessandro Ghedini (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for keeping imports and functions out of the current namespace
namespace::clean is a Perl pragma for keeping imported functions out of the current namespace. This is especially important because Perl functions are naturally available as methods, which can complicate subclassing.
Using the namespace::clean pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. This means that functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.
其他与 libnamespace-clean-perl 有关的软件包
|
|
|
|
-
- dep: libb-hooks-endofscope-perl (>= 0.12)
- module for executing code after a scope finished compilation
-
- dep: libpackage-stash-perl
- module providing routines for manipulating stashes
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: libsub-name-perl
- module for assigning a new name to referenced sub
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)