diff options
Diffstat (limited to '')
| -rw-r--r-- | lib/MooseX/Privacy/Meta/Method/Private.pm | 24 | ||||
| -rw-r--r-- | lib/MooseX/Privacy/Meta/Method/Protected.pm | 25 |
2 files changed, 0 insertions, 49 deletions
diff --git a/lib/MooseX/Privacy/Meta/Method/Private.pm b/lib/MooseX/Privacy/Meta/Method/Private.pm index e706e67..a308863 100644 --- a/lib/MooseX/Privacy/Meta/Method/Private.pm +++ b/lib/MooseX/Privacy/Meta/Method/Private.pm @@ -24,27 +24,3 @@ sub wrap { } 1; -__END__ - -=head1 NAME - -MooseX::Privacy::Meta::Method::Private - -=head1 SYNOPSIS - -=head1 METHODS - -=head2 wrap - -=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/Meta/Method/Protected.pm b/lib/MooseX/Privacy/Meta/Method/Protected.pm index f76ac8e..22e1481 100644 --- a/lib/MooseX/Privacy/Meta/Method/Protected.pm +++ b/lib/MooseX/Privacy/Meta/Method/Protected.pm @@ -26,28 +26,3 @@ sub wrap { } 1; -__END__ - -=head1 NAME - -MooseX::Privacy::Meta::Method::Protected - -=head1 SYNOPSIS - -=head1 METHODS - -=head2 wrap - -=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 - |
