[ ソース: libscope-guard-perl ]
パッケージ: libscope-guard-perl (0.21-1.1)
libscope-guard-perl に関するリンク
Debian の資源:
libscope-guard-perl ソースパッケージをダウンロード:
- [libscope-guard-perl_0.21-1.1.dsc]
- [libscope-guard-perl_0.21.orig.tar.gz]
- [libscope-guard-perl_0.21-1.1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Krzysztof Krzyzaniak (eloy) (QA ページ)
- gregor herrmann (QA ページ)
- Ansgar Burchardt (QA ページ)
- Franck Joncourt (QA ページ)
- Jonathan Yu (QA ページ)
- Fabrizio Regalli (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
lexically scoped resource management
Scope::Guard is a Perl module that provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions.
For more information, see: <URL:http://www.drdobbs.com/cpp/184403758>