fix/add NAME sections
Dave Rolsky [Tue, 3 Feb 2009 23:46:17 +0000 (23:46 +0000)]
lib/Moose/Manual/BestPractices.pod
lib/Moose/Manual/Construction.pod

index 89ba762..d36db1e 100644 (file)
@@ -1,5 +1,9 @@
 =pod
 
+=head1 NAME
+
+Moose::Manual::BestPractices - Get the most out of Moose
+
 =head1 RECOMMENDATIONS
 
 Moose has a lot of features, and there's definitely more than one way
index 57cb840..ca9386f 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Moose::Manual::Classes - Object construction (and destruction) with Moose
+Moose::Manual::Construction - Object construction (and destruction) with Moose
 
 =head1 WHERE'S THE CONSTRUCTOR?