diff options
Diffstat (limited to '')
| -rw-r--r-- | lib/MooseX/Privacy/Trait/Protected.pm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/MooseX/Privacy/Trait/Protected.pm b/lib/MooseX/Privacy/Trait/Protected.pm index 78d0f11..282e335 100644 --- a/lib/MooseX/Privacy/Trait/Protected.pm +++ b/lib/MooseX/Privacy/Trait/Protected.pm @@ -4,28 +4,3 @@ use Moose::Role; with 'MooseX::Privacy::Trait::Role' => {name => 'Protected'}; 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 - - |
