[ ソース: libexporter-tidy-perl ]
パッケージ: libexporter-tidy-perl (0.09-1)
libexporter-tidy-perl に関するリンク
Debian の資源:
libexporter-tidy-perl ソースパッケージをダウンロード:
- [libexporter-tidy-perl_0.09-1.dsc]
- [libexporter-tidy-perl_0.09.orig.tar.gz]
- [libexporter-tidy-perl_0.09-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
another way of exporting symbols
Exporter::Tidy serves as an easy, clean alternative to Exporter. Unlike Exporter, it is not subclassed, but it simply exports a custom import() into your namespace.
With Exporter::Tidy, you don't need to use any package global in your module. Even the subs you export can be lexically scoped.