Revision history for Perl extension Moose
-0.XX
+0.27
* Moose::Meta::Attribute
- Added support for the new builder option (groditi)
- Added support for lazy_build option (groditi)
* Moose::Meta::Method::Accessor
- Added support for lazy_build option (groditi)
- - Fix inline methods to work with corrected predicate behavior
+ - Fix inline methods to work with corrected predicate
+ behavior (groditi)
* t/
- - tests for builder and lazy_build
+ - tests for builder and lazy_build (groditi)
-0.27
* fixing some misc. bits in the docs that
- got mentioned on CPAN Forum
+ got mentioned on CPAN Forum & perlmonks
* Moose::Meta::Role
- fixed how required methods are handled
writing the same old boring Perl 5 OO code, and drooling over Perl 6 OO. So
instead of switching to Ruby, I wrote Moose :)
+=head2 Moose Extensions
+
+The L<MooseX::> namespace is the official place to find Moose extensions.
+There are a number of these modules out on CPAN right now the best way to
+find them is to search for MooseX:: on search.cpan.org.
+
=head1 BUILDING CLASSES WITH MOOSE
Moose makes every attempt to provide as much convenience as possible during
=item Moose stats on ohloh.net - L<http://www.ohloh.net/projects/5788>
+=item Several Moose extension modules in the L<MooseX::> namespace.
+
=back
=head2 Papers