[Moose-commits] r7519 - Moose/trunk/lib/Moose

hanekomu at code2.0beta.co.uk hanekomu at code2.0beta.co.uk
Tue Feb 3 22:45:50 GMT 2009


Author: hanekomu
Date: 2009-02-03 14:45:50 -0800 (Tue, 03 Feb 2009)
New Revision: 7519

Modified:
   Moose/trunk/lib/Moose/Manual.pod
Log:
Moose::Manual: doc typo fixes; also reference ::BestPractices

Modified: Moose/trunk/lib/Moose/Manual.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual.pod	2009-02-03 22:34:42 UTC (rev 7518)
+++ Moose/trunk/lib/Moose/Manual.pod	2009-02-03 22:45:50 UTC (rev 7519)
@@ -129,7 +129,7 @@
 =item L<Moose::Manual::Construction>
 
 Learn how objects are built in Moose, and in particular about the
-C<BUILD>, C<BUILDARGS> methods. Also covers object destruction
+C<BUILD> and C<BUILDARGS> methods. Also covers object destruction
 with C<DEMOLISH>.
 
 =item L<Moose::Manual::MethodModifiers>
@@ -158,6 +158,12 @@
 
 This document shows a few of the most useful Moose extensions on CPAN.
 
+=item L<Moose::Manual::BestPractices>
+
+Moose has a lot of features, and there's definitely more than one way
+to do it. However, we think that picking a subset of these features
+and using them consistently makes everyone's life easier.
+
 =back
 
 =head1 JUSTIFICATION
@@ -191,8 +197,8 @@
 
 Moose has been used successfully in production environments by many
 people and companies. There are Moose applications which have been in
-production with little or no issue now for well years. We consider it
-highly stable and we are commited to keeping it stable.
+production with little or no issue now for years. We consider it
+highly stable and we are committed to keeping it stable.
 
 Of course, in the end, you need to make this call yourself. If you
 have any questions or concerns, please feel free to email Stevan, the
@@ -201,7 +207,7 @@
 =item Is Moose just Perl 6 in Perl 5?
 
 No. While Moose is very much inspired by Perl 6, it is not itself Perl
-6.  Instead, it is an OO system for Perl 5. Stevan built Moose because
+6. Instead, it is an OO system for Perl 5. Stevan built Moose because
 he was tired of writing the same old boring Perl 5 OO code, and
 drooling over Perl 6 OO. So instead of switching to Ruby, he wrote
 Moose :)




More information about the Moose-commits mailing list