in reply to Moose: Importing methods via Traits

Also you can use Moose::Exporter to setup methods which will be directly exported to a caller package. As for me, I prefer using Roles as bruno said above.
  • Comment on Re: Moose: Importing methods via Traits

Replies are listed 'Best First'.
Re^2: Moose: Importing methods via Traits
by morgon (Priest) on Apr 28, 2009 at 17:00 UTC
    Thanks. Moose::Exporter is exactly what I have been looking for.