From: Dave Rolsky Date: Sun, 3 May 2009 18:13:51 +0000 (-0500) Subject: move Unsweetened into the Manual X-Git-Tag: 0.78~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d68b26d154e972b359b1947f6875e4935eb4791e;p=gitmo%2FMoose.git move Unsweetened into the Manual --- diff --git a/lib/Moose/Manual.pod b/lib/Moose/Manual.pod index 543f7a5..04c8029 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, 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, diff --git a/lib/Moose/Unsweetened.pod b/lib/Moose/Manual/Unsweetened.pod similarity index 99% rename from lib/Moose/Unsweetened.pod rename to lib/Moose/Manual/Unsweetened.pod index 381723f..6d79f1a 100644 --- a/lib/Moose/Unsweetened.pod +++ b/lib/Moose/Manual/Unsweetened.pod @@ -2,7 +2,7 @@ =head1 NAME -Moose::Unsweetened - Moose idioms in plain old Perl 5 without the sugar +Moose::Manual::Unsweetened - Moose idioms in plain old Perl 5 without the sugar =head1 DESCRIPTION