in reply to Re^2: Module provides both of functional interface and object-oriented one
in thread Module provides both of functional interface and object-oriented one

There are light-weight alternatives to Moose, which use very similar syntax, making it easy to upgrade/downgrade as needed. From heaviest to lightest, there's Moose (of course), Mouse, Moo and Mo.

The lightest-weight (Mo) should have enough features to implement the suggestion here - Re: Module provides both of functional interface and object-oriented one.

  • Comment on Re^3: Module provides both of functional interface and object-oriented one

Replies are listed 'Best First'.
Re^4: Module provides both of functional interface and object-oriented one
by anazawa (Scribe) on Feb 17, 2012 at 09:13 UTC
    Thanks for your comment. I didn't know what Mo is. I can't decide whether to use Moose because I have never used :) I have to learn, anyway.