in reply to Re^2: Getting rid of "new" (wrong target; perl6)
in thread Getting rid of "new"
I was addressing module authors more than module users. That looks like a nice module for when using modules that don't already support factories [well, the last example -- the prior ones would need to be written as Munger()->new( ... ) to meet my best practices but still wouldn't meet my preference]. Note that your module wouldn't work for a module that actually did get rid of all class methods. (:
Oh, and that last example would need to be use aliased 'alias'; to meet my best practices. I suspect your module doesn't support that, so I doubt I'll be using it until that gets fixed. :)
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getting rid of "new" (aliased.pm)
by bart (Canon) on Jul 07, 2006 at 19:19 UTC | |
by tye (Sage) on Jul 07, 2006 at 19:47 UTC | |
by xdg (Monsignor) on Jul 12, 2006 at 11:28 UTC | |
|
Re^4: Getting rid of "new" (aliased.pm)
by Ovid (Cardinal) on Jul 08, 2006 at 10:58 UTC |