summary refs log tree commit diff
path: root/lib/MooseX
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/MooseX/Privacy.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/MooseX/Privacy.pm b/lib/MooseX/Privacy.pm
index 55e42c2..ec34a41 100644
--- a/lib/MooseX/Privacy.pm
+++ b/lib/MooseX/Privacy.pm
@@ -50,13 +50,11 @@ MooseX::Privacy - Provides the syntax to restrict/control visibility of your met
 
 =head1 DESCRIPTION
 
-MooseX::Privacy brings the concept of private and protected methods to your
-class.
+MooseX::Privacy brings the concept of private and protected methods to your class.
 
 =head2 Private
 
-When you declare a method as B<private>, this method can be called only within
-the class.
+When you declare a method as B<private>, this method can be called only within the class.
 
     package Foo;
     use Moose;