Fix pod spelling.
[gitmo/Moose.git] / lib / Moose / Manual.pod
index 543f7a5..262ed48 100644 (file)
@@ -99,7 +99,7 @@ We'll leave the line-by-line explanation of this code to other
 documentation, but you can see how Moose reduces common OO idioms to
 simple declarative constructs.
 
-=head2 TABLE OF CONTENTS
+=head1 TABLE OF CONTENTS
 
 This manual consists of a number of documents.
 
@@ -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>
+
+Shows two example 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,
@@ -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<Moose::Manual::FAQ>
+
+Frequently asked questions about Moose.
+
 =item L<Moose::Manual::Contributing>
 
 Interested in hacking on Moose? Read this.