[ ソース: libclass-makemethods-perl ]
パッケージ: libclass-makemethods-perl (1.01-7)
libclass-makemethods-perl に関するリンク
Debian の資源:
libclass-makemethods-perl ソースパッケージをダウンロード:
- [libclass-makemethods-perl_1.01-7.dsc]
- [libclass-makemethods-perl_1.01.orig.tar.gz]
- [libclass-makemethods-perl_1.01-7.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module for generating common types of methods
The Class::MakeMethods framework allows Perl class developers to quickly define common types of methods. When a module uses Class::MakeMethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for each method desired. The methods are dynamically generated and installed in the calling package.