[ 原始碼: 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
- Larry Wall's Practical Extraction and Report Language