Moose - The postmodern object system for Perl
A series of articles introducing you to Moose, the postmodern object system for Perl.
- Object Oriented Perl using Moose
- Attribute types in Perl classes when using Moose
- Moose constructor
- Moose: Testing the constructor
- Moose test setter getter
- Moose type constraint
- Moose testing type constraint
- Moose classes as constraints
- Moose creating subtypes
- Moose coerce to subtype
Related articles and interviews
- Building a static blog using Blio and Github Blio uses Moose, though in this article we don't discuss the details
- Interview with Stevan Little, the author of Moose.
- Interview with Dave Rolsky
- Moo the minimalist version of Moose

Published on 2014-02-01
Comments
In the comments, please wrap your code snippets within <pre> </pre> tags and use spaces for indentation. comments powered by Disqus
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.