パッケージ: libnamespace-autoclean-perl (0.28-1)
libnamespace-autoclean-perl に関するリンク
Debian の資源:
libnamespace-autoclean-perl ソースパッケージをダウンロード:
- [libnamespace-autoclean-perl_0.28-1.dsc]
- [libnamespace-autoclean-perl_0.28.orig.tar.gz]
- [libnamespace-autoclean-perl_0.28-1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Ryan Niebur (QA ページ)
- Salvatore Bonaccorso (QA ページ)
- Jonathan Yu (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to remove imported symbols after compilation
namespace::autoclean is a Perl pragma that keeps your namespace clean by removing all imported symbols at the end of the current package's compile cycle. Perhaps most importantly, this means that imported functions will no longer be made accidentally accessible to users outside of your package via method invocations.
This module differs from namespace::clean (see libnamespace-clean-perl) in that it cleans all imported functions, whether or not the imports happened prior to using the pragma. Things that "look" like a method (according to Class::MOP) will be left alone.
その他の libnamespace-autoclean-perl 関連パッケージ
|
|
|
|
-
- dep: libb-hooks-endofscope-perl (>= 0.12)
- module for executing code after a scope finished compilation
-
- dep: libnamespace-clean-perl (>= 0.20)
- module for keeping imports and functions out of the current namespace
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語