Info2: << Package: class-makemethods-pm Version: 1.01 Revision: 1022 Description: Generate common types of methods Type: perl License: Artistic Maintainer: Benjamin Reed Source: mirror:cpan:modules/by-module/Class/Class-MakeMethods-%v.tar.gz Source-Checksum: SHA256(acac742e79d0ec8a7be4d8fb813a85ea44d47d19c0170cddb30644602b582c66) UpdatePOD: true DocFiles: CHANGES README Homepage: https://metacpan.org/dist/Class-MakeMethods DescDetail: << 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. << <<