From: Marcel GrĂ¼nauer Date: Tue, 3 Feb 2009 22:45:50 +0000 (+0000) Subject: Moose::Manual: doc typo fixes; also reference ::BestPractices X-Git-Tag: 0.67~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e27121a841ffbe03f5badd95bde9469ed7f27db;p=gitmo%2FMoose.git Moose::Manual: doc typo fixes; also reference ::BestPractices --- diff --git a/lib/Moose/Manual.pod b/lib/Moose/Manual.pod index 1575415..d8a0e16 100644 --- a/lib/Moose/Manual.pod +++ b/lib/Moose/Manual.pod @@ -129,7 +129,7 @@ themselves objects. =item L Learn how objects are built in Moose, and in particular about the -C, C methods. Also covers object destruction +C and C methods. Also covers object destruction with C. =item L @@ -158,6 +158,12 @@ children, methods, attributes, etc. This document shows a few of the most useful Moose extensions on CPAN. +=item L + +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 @@ Yes. 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 @@ moose@perl.org list, or just stop by irc.perl.org#moose and ask away. =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 :)