Rolf,
No, there is no one specific Moosey way to do the Factory pattern in
Moose. In fact Moose opens up many different possible ways to do the
Factory pattern depending upon your needs. If you could be more
specific we might be able to provide more suggestions.
- Stevan
On Apr 10, 2009, at 2:08 PM, Rolf Schaufelberger wrote:
Hi,
I'm just trying to get my feet wet with Moose.
The code I woud like to migrate to Moose uses the factory pattern
in several classes. So, is there a Moose-way to
implement a factory class ?
Rolf Schaufelberger