move Unsweetened into the Manual
Dave Rolsky [Sun, 3 May 2009 18:13:51 +0000 (13:13 -0500)]
lib/Moose/Manual.pod
lib/Moose/Manual/Concepts.pod
lib/Moose/Manual/Unsweetened.pod [moved from lib/Moose/Unsweetened.pod with 99% similarity]

index 543f7a5..04c8029 100644 (file)
@@ -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<Moose::Manual::Unsweetened>
+
+Show two examples classes, each written first with Moose and then with
+"plain old Perl 5".
+
 =item L<Moose::Manual::Classes>
 
 How do you make use of Moose in your classes? Now that I'm a Moose,
index 125ba9c..86ad7d4 100644 (file)
@@ -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<Moose::Unsweetened>. This might be
+Perl 5 OO code, check out L<Moose::Manual::Unsweetened>. 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<Moose::Manual>.
+Or you can skip that and jump straight to L<Moose::Manual::Classes>
+and the rest of the L<Moose::Manual>.
 
 After that we recommend that you start with the L<Moose::Cookbook>. If
 you work your way through all the recipes under the basics section,
similarity index 99%
rename from lib/Moose/Unsweetened.pod
rename to lib/Moose/Manual/Unsweetened.pod
index 381723f..6d79f1a 100644 (file)
@@ -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