I often use Class::MethodMaker to generate accessors/mutators for my private use. However now I am preparing a module that will be uploaded to CPAN and am wondering if it is okay to use Class::MethodMaker in packages destined for CPAN.
Assuming for a moment that's it's uncool (as it's an additional module requirement and adds cycles to compiletime. Is there a similar module that auto-generates modules, but outputs them as text? that way I could use the module once to generate the module, but then I wouldn't be dependednt on it at compiletime.
In reply to Class::MethodMaker, CPAN and alternatives by anithri
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |