Moose and Perl OO

Learn about features provided by Moose.

The Moose module

Moose provides many features beyond Perl’s default OO system. Although we can build everything we get with Moose either by ourselves The bless built-in associates the name of a class with a reference. That reference is now a valid invocant. Perl will perform method dispatch on it.or by cobbling it together with a series of CPAN distributions, Moose is worth using. It’s a coherent whole, with documentation, a mature and attentive development community, and a history of successful use in ...