From caefe0b973c328a7b64097dd3f2a65fdab7b36cf Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 18:49:22 +0100 Subject: clean POD --- lib/MooseX/Privacy.pm | 6 ++---- 1 file 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, this method can be called only within -the class. +When you declare a method as B, this method can be called only within the class. package Foo; use Moose; -- cgit 1.4.1