summary refs log tree commit diff
path: root/lib/MooseX/Privacy/Meta/Method/Protected.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-07-18 15:13:21 +0200
committerfranck cuny <franck@lumberjaph.net>2010-07-18 15:13:21 +0200
commit6f2113319afa3986f37110f1418462de94ab5d77 (patch)
treea23ea2373f19ace7461e50456e054b25e69a3f5a /lib/MooseX/Privacy/Meta/Method/Protected.pm
parentsome tidy (diff)
downloadmoosex-privacy-6f2113319afa3986f37110f1418462de94ab5d77.tar.gz
switch to dzil;remove useless POD;update Changes
Diffstat (limited to 'lib/MooseX/Privacy/Meta/Method/Protected.pm')
-rw-r--r--lib/MooseX/Privacy/Meta/Method/Protected.pm25
1 files changed, 0 insertions, 25 deletions
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
-