From 6f2113319afa3986f37110f1418462de94ab5d77 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 18 Jul 2010 15:13:21 +0200 Subject: switch to dzil;remove useless POD;update Changes --- lib/MooseX/Privacy.pm | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'lib/MooseX/Privacy.pm') diff --git a/lib/MooseX/Privacy.pm b/lib/MooseX/Privacy.pm index b41afc4..65270c8 100644 --- a/lib/MooseX/Privacy.pm +++ b/lib/MooseX/Privacy.pm @@ -1,5 +1,7 @@ package MooseX::Privacy; +# ABSTRACT: Provides the syntax to restrict/control visibility of your methods + our $VERSION = '0.01'; use Moose::Exporter; @@ -32,10 +34,6 @@ sub init_meta { 1; __END__ -=head1 NAME - -MooseX::Privacy - Provides the syntax to restrict/control visibility of your methods - =head1 SYNOPSIS use MooseX::Privacy; @@ -121,15 +119,3 @@ When the B traits is applied to an attribute, this attribute can only b When the B traits is applied to an attribute, this attribute can only be read or set within the class AND any of his subclasses. -=head1 AUTHOR - -franck cuny Efranck@lumberjaph.netE - -=head1 SEE ALSO - -=head1 LICENSE - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -=cut -- cgit v1.2.3