projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dc74791
)
fix/add NAME sections
Dave Rolsky [Tue, 3 Feb 2009 23:46:17 +0000 (23:46 +0000)]
lib/Moose/Manual/BestPractices.pod
patch
|
blob
|
blame
|
history
lib/Moose/Manual/Construction.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/BestPractices.pod
b/lib/Moose/Manual/BestPractices.pod
index
89ba762
..
d36db1e
100644
(file)
--- 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
(file)
--- 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?