From 0fb5a06c39596ce8f0545a244e8be789c44ea06e Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 4 Mar 2010 06:17:54 +0100 Subject: more POD --- lib/MooseX/Privacy/Trait/Private.pm | 24 ++++++++++++++++++++++++ lib/MooseX/Privacy/Trait/Protected.pm | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) (limited to 'lib/MooseX/Privacy/Trait') diff --git a/lib/MooseX/Privacy/Trait/Private.pm b/lib/MooseX/Privacy/Trait/Private.pm index c588032..8fca8b9 100644 --- a/lib/MooseX/Privacy/Trait/Private.pm +++ b/lib/MooseX/Privacy/Trait/Private.pm @@ -13,3 +13,27 @@ around accessor_metaclass => sub { }; 1; + +__END__ + +=head1 NAME + +MooseX::Privacy::Trait::Private; + +=head1 SYNOPSIS + +=head1 METHODS + +=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 + diff --git a/lib/MooseX/Privacy/Trait/Protected.pm b/lib/MooseX/Privacy/Trait/Protected.pm index 7a8037c..eaaf10b 100644 --- a/lib/MooseX/Privacy/Trait/Protected.pm +++ b/lib/MooseX/Privacy/Trait/Protected.pm @@ -13,3 +13,28 @@ around accessor_metaclass => sub { }; 1; + +__END__ + +=head1 NAME + +MooseX::Privacy::Trait::Protected; + +=head1 SYNOPSIS + +=head1 METHODS + +=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 1.4.1