X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual.pod;h=c6e8904428658d048d485c07ec09a89f77479b01;hb=19768d67213574bfa4a1dfd5eba1bdc06374a688;hp=543f7a590593a42e35ef140c4147fad1c2182d6c;hpb=dab940632264ba728cdd882436a2c972f001fecf;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual.pod b/lib/Moose/Manual.pod index 543f7a5..c6e8904 100644 --- a/lib/Moose/Manual.pod +++ b/lib/Moose/Manual.pod @@ -110,6 +110,11 @@ This manual consists of a number of documents. Introduces Moose concepts, and contrasts them against "old school" Perl 5 OO. +=item L + +Show two examples classes, each written first with Moose and then with +"plain old Perl 5". + =item L How do you make use of Moose in your classes? Now that I'm a Moose, @@ -165,6 +170,10 @@ 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. +=item L + +Frequently asked questions about Moose. + =item L Interested in hacking on Moose? Read this.