diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-06-30 14:51:27 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-06-30 14:51:27 +0200 |
| commit | 6b36219c5d4fc0cf98f0c6c19cc5d0fbadaad7e7 (patch) | |
| tree | 16b09041c85043fe0d8cbfccadd36a433c2a9283 | |
| parent | update POD and makefile (diff) | |
| download | moosex-methodprivate-6b36219c5d4fc0cf98f0c6c19cc5d0fbadaad7e7.tar.gz | |
fix POD
| -rw-r--r-- | lib/MooseX/MethodPrivate.pm | 4 |
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> |
