diff options
author | franck cuny <franck@lumberjaph.net> | 2010-02-10 18:49:22 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-02-10 18:49:22 +0100 |
commit | caefe0b973c328a7b64097dd3f2a65fdab7b36cf (patch) | |
tree | e992496bae17ebda6c65e9274c049f8f19feccf9 | |
parent | improve POD (diff) | |
download | moosex-privacy-caefe0b973c328a7b64097dd3f2a65fdab7b36cf.tar.gz |
clean POD
-rw-r--r-- | lib/MooseX/Privacy.pm | 6 |
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; |