in reply to Class::InsideOut 1.01 now with added sugar
The age => my %age still seems redundant but kudos on removing a considerable amount of boilerplate!package My::Class; use Class::InsideOut qw/ new id public private /; public name; private age; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::InsideOut 1.01 now with added sugar
by xdg (Monsignor) on Jul 27, 2006 at 22:25 UTC | |
by Aristotle (Chancellor) on Jul 27, 2006 at 22:45 UTC | |
by xdg (Monsignor) on Jul 28, 2006 at 04:23 UTC | |
by Aristotle (Chancellor) on Jul 28, 2006 at 12:09 UTC | |
by xdg (Monsignor) on Jul 28, 2006 at 12:32 UTC |