in reply to Generally accepted style in Perl objects
If you're messing with the internals of your class in three other modules, then you and other future developers will be sticking pins in voodoo dolls shaped like you if you have to make changes to the class in the future. :)
Class::MethodMaker will let you create those methods without having to go through and type all those subroutines. This will also make them easier to change in the future.
stephen
|
|---|