From 6f2113319afa3986f37110f1418462de94ab5d77 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 18 Jul 2010 15:13:21 +0200 Subject: switch to dzil;remove useless POD;update Changes --- lib/MooseX/Privacy/Meta/Attribute/Private.pm | 20 -------------------- lib/MooseX/Privacy/Meta/Attribute/Protected.pm | 21 --------------------- lib/MooseX/Privacy/Meta/Class.pm | 22 ++-------------------- lib/MooseX/Privacy/Meta/Class/Role.pm | 21 ++------------------- lib/MooseX/Privacy/Meta/Method/Private.pm | 24 ------------------------ lib/MooseX/Privacy/Meta/Method/Protected.pm | 25 ------------------------- 6 files changed, 4 insertions(+), 129 deletions(-) (limited to 'lib/MooseX/Privacy/Meta') diff --git a/lib/MooseX/Privacy/Meta/Attribute/Private.pm b/lib/MooseX/Privacy/Meta/Attribute/Private.pm index b3c7a35..cf63fd0 100644 --- a/lib/MooseX/Privacy/Meta/Attribute/Private.pm +++ b/lib/MooseX/Privacy/Meta/Attribute/Private.pm @@ -12,23 +12,3 @@ sub _check_private { } 1; -__END__ - -=head1 NAME - -MooseX::Privacy::Meta::Attribute::Private - -=head1 SYNOPSIS - -=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/Meta/Attribute/Protected.pm b/lib/MooseX/Privacy/Meta/Attribute/Protected.pm index b0d57c5..d5ef6be 100644 --- a/lib/MooseX/Privacy/Meta/Attribute/Protected.pm +++ b/lib/MooseX/Privacy/Meta/Attribute/Protected.pm @@ -13,24 +13,3 @@ sub _check_protected { } 1; - -__END__ - -=head1 NAME - -MooseX::Privacy::Meta::Attribute::Protected - -=head1 SYNOPSIS - -=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/Meta/Class.pm b/lib/MooseX/Privacy/Meta/Class.pm index 554752c..b286a7e 100644 --- a/lib/MooseX/Privacy/Meta/Class.pm +++ b/lib/MooseX/Privacy/Meta/Class.pm @@ -1,5 +1,7 @@ package MooseX::Privacy::Meta::Class; +#ABSTRACT: Meta Class for your privacy + use Moose::Role; use Moose::Meta::Class; @@ -18,14 +20,6 @@ sub register_implementation {'MooseX::Privacy::Trait::Protected'} __END__ -=head1 NAME - -MooseXMooseX::Privacy::Meta::Class - Meta Class for your privacy - -=head1 SYNOPSIS - -=head1 DESCRIPTION - =head1 METHODS =head2 local_private_attributes @@ -86,15 +80,3 @@ or ) ); -=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/Meta/Class/Role.pm b/lib/MooseX/Privacy/Meta/Class/Role.pm index 76d3ca4..5543939 100644 --- a/lib/MooseX/Privacy/Meta/Class/Role.pm +++ b/lib/MooseX/Privacy/Meta/Class/Role.pm @@ -1,5 +1,7 @@ package MooseX::Privacy::Meta::Class::Role; +# ABSTRACT: Private and Protected parameterized roles + use MooseX::Role::Parameterized; use Scalar::Util; use Carp qw/confess/; @@ -66,23 +68,4 @@ role { }; 1; -__END__ - -=head1 NAME - -MooseX::Privacy::Meta::Class::Role - Private and Protected parameterized roles - -=head1 SYNOPSIS - -=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/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 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/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 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 v1.2.3