anithri has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Class::MethodMaker, CPAN and alternatives
by jeffa (Bishop) on Aug 28, 2002 at 01:48 UTC | |
|
Re: Class::MethodMaker, CPAN and alternatives
by TStanley (Canon) on Aug 28, 2002 at 11:11 UTC |