[ ソース: libnamespace-sweep-perl ]
パッケージ: libnamespace-sweep-perl (0.006-4)
libnamespace-sweep-perl に関するリンク
Debian の資源:
libnamespace-sweep-perl ソースパッケージをダウンロード:
- [libnamespace-sweep-perl_0.006-4.dsc]
- [libnamespace-sweep-perl_0.006.orig.tar.gz]
- [libnamespace-sweep-perl_0.006-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
sweeps up imported subs in your classes
Because Perl methods are just regular subroutines, it's difficult to tell what's a method and what's just an imported function. As a result, imported functions can be called as methods on your objects.
The namespace::sweep pragma will delete imported functions from your class's symbol table, thereby ensuring that your interface is as you specified it. However, code inside your module will still be able to use the imported functions without any problems.
その他の libnamespace-sweep-perl 関連パッケージ
|
|
|
|
-
- dep: libb-hooks-endofscope-perl (>= 0.09)
- module for executing code after a scope finished compilation
-
- dep: libpackage-stash-perl (>= 0.33)
- module providing routines for manipulating stashes
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語