diff options
author | franck cuny <franck@lumberjaph.net> | 2010-03-04 06:17:54 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-03-04 06:17:54 +0100 |
commit | 0fb5a06c39596ce8f0545a244e8be789c44ea06e (patch) | |
tree | 5e9cdea08beaff4d89827cd9c23d57f19f640355 | |
parent | more POD (diff) | |
download | moosex-privacy-0fb5a06c39596ce8f0545a244e8be789c44ea06e.tar.gz |
more POD
-rw-r--r-- | lib/MooseX/Privacy/Trait/Private.pm | 24 | ||||
-rw-r--r-- | lib/MooseX/Privacy/Trait/Protected.pm | 25 |
2 files changed, 49 insertions, 0 deletions
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 E<lt>franck@lumberjaph.netE<gt> + +=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 E<lt>franck@lumberjaph.netE<gt> + +=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 + + |