some changelog tweaks and shit
Stevan Little [Wed, 7 Nov 2007 21:40:03 +0000 (21:40 +0000)]
Changes
lib/Moose.pm

diff --git a/Changes b/Changes
index d58d99a..41e61b1 100644 (file)
--- 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 
index 3f18cce..b38e30a 100644 (file)
@@ -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<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
@@ -824,6 +830,8 @@ technologies.
 
 =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