summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/MooseX/MethodPrivate.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MooseX/MethodPrivate.pm b/lib/MooseX/MethodPrivate.pm
index 7959adc..0128d22 100644
--- a/lib/MooseX/MethodPrivate.pm
+++ b/lib/MooseX/MethodPrivate.pm
@@ -94,6 +94,8 @@ MooseX::MethodPrivate add two new keyword for methods declaration:
 
 =head2 METHODS
 
+=over 4
+
 =item B<private>
 
 A private method is visible only in the class.
@@ -102,6 +104,8 @@ A private method is visible only in the class.
 
 A protected method is visible in the class and any subclasses.
 
+=back
+
 =head1 AUTHOR
 
 franck cuny E<lt>franck.cuny {at} rtgi.frE<gt>