X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FConcepts.pod;fp=lib%2FMoose%2FManual%2FConcepts.pod;h=86ad7d49261c64e9a6d61f3a9776ec3e5df00436;hb=d68b26d154e972b359b1947f6875e4935eb4791e;hp=125ba9c9c8edf209955f0bf88af9789ea85fb7f0;hpb=3ae20eb66b653363962353dbe4937cd793923f42;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/Concepts.pod b/lib/Moose/Manual/Concepts.pod index 125ba9c..86ad7d4 100644 --- a/lib/Moose/Manual/Concepts.pod +++ b/lib/Moose/Manual/Concepts.pod @@ -356,11 +356,12 @@ extensions. So you're sold on Moose. Time to learn how to really use it. If you want to see how Moose would translate directly into old school -Perl 5 OO code, check out L. This might be +Perl 5 OO code, check out L. This might be helpful for quickly wrapping your brain around some aspects of "the Moose way". -Obviously, the next thing to read is the rest of the L. +Or you can skip that and jump straight to L +and the rest of the L. After that we recommend that you start with the L. If you work your way through all the recipes under the basics section,