From: Dave Rolsky Date: Tue, 3 Feb 2009 23:46:17 +0000 (+0000) Subject: fix/add NAME sections X-Git-Tag: 0.67~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7435595136f8369e600f2a689540e572510faf4;p=gitmo%2FMoose.git fix/add NAME sections --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 89ba762..d36db1e 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -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 diff --git a/lib/Moose/Manual/Construction.pod b/lib/Moose/Manual/Construction.pod index 57cb840..ca9386f 100644 --- a/lib/Moose/Manual/Construction.pod +++ b/lib/Moose/Manual/Construction.pod @@ -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?