From: Stevan Little Date: Wed, 7 Nov 2007 21:40:03 +0000 (+0000) Subject: some changelog tweaks and shit X-Git-Tag: 0_27~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28669f89efad6d78b19ba4f67e311f7923ec3805;p=gitmo%2FMoose.git some changelog tweaks and shit --- diff --git a/Changes b/Changes index d58d99a..41e61b1 100644 --- a/Changes +++ b/Changes @@ -1,20 +1,20 @@ 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 diff --git a/lib/Moose.pm b/lib/Moose.pm index 3f18cce..b38e30a 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -358,6 +358,12 @@ Instead, it is an OO system for Perl 5. I built Moose because I was tired of 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 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 @@ -824,6 +830,8 @@ technologies. =item Moose stats on ohloh.net - L +=item Several Moose extension modules in the L namespace. + =back =head2 Papers