24
Jun/092
Jun/092
use Moose;
If you’re used to regular OO perl you’ll recognize this:
With Moose this becomes drastically simpler and more powerful:
You may hear that Moose is slow. Don’t let that throw you off, it only adds a fraction of a second to startup time, and is exceptionally fast during run-time. There are much more important things to be concerned about. Moose will make your code cleaner, easier to change and extend, and makes coding perl oo quite enjoyable.
