From fde02406f47c302830eb697aa07ac18c4c57d057 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 17:17:57 +0100 Subject: improve POD --- lib/MooseX/Privacy.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/MooseX/Privacy.pm') diff --git a/lib/MooseX/Privacy.pm b/lib/MooseX/Privacy.pm index cd3d956..55e42c2 100644 --- a/lib/MooseX/Privacy.pm +++ b/lib/MooseX/Privacy.pm @@ -34,7 +34,7 @@ __END__ =head1 NAME -MooseX::Privacy - Provides syntax to enable privacy on your methods +MooseX::Privacy - Provides the syntax to restrict/control visibility of your methods =head1 SYNOPSIS @@ -55,7 +55,7 @@ class. =head2 Private -When you declare a method as B, the method can be called only within +When you declare a method as B, this method can be called only within the class. package Foo; @@ -71,8 +71,8 @@ the class. =head2 Protected -When you declare a method as B, the method can be called only -within the class AND any subclasses. +When you declare a method as B, this method can be called only +within the class AND any of it's subclasses. package Foo; use Moose; -- cgit 1.4.1