diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-07-18 15:13:21 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-07-18 15:13:21 +0200 |
| commit | 6f2113319afa3986f37110f1418462de94ab5d77 (patch) | |
| tree | a23ea2373f19ace7461e50456e054b25e69a3f5a /lib/MooseX/Privacy/Trait | |
| parent | some tidy (diff) | |
| download | moosex-privacy-6f2113319afa3986f37110f1418462de94ab5d77.tar.gz | |
switch to dzil;remove useless POD;update Changes
Diffstat (limited to '')
| -rw-r--r-- | lib/MooseX/Privacy/Trait/Private.pm | 24 | ||||
| -rw-r--r-- | lib/MooseX/Privacy/Trait/Protected.pm | 25 | ||||
| -rw-r--r-- | lib/MooseX/Privacy/Trait/Role.pm | 22 |
3 files changed, 0 insertions, 71 deletions
diff --git a/lib/MooseX/Privacy/Trait/Private.pm b/lib/MooseX/Privacy/Trait/Private.pm index 7d16fd7..3f00add 100644 --- a/lib/MooseX/Privacy/Trait/Private.pm +++ b/lib/MooseX/Privacy/Trait/Private.pm @@ -4,27 +4,3 @@ use Moose::Role; with 'MooseX::Privacy::Trait::Role' => {name => 'Private'}; 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 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 - - diff --git a/lib/MooseX/Privacy/Trait/Role.pm b/lib/MooseX/Privacy/Trait/Role.pm index 62c4c91..d4e9c02 100644 --- a/lib/MooseX/Privacy/Trait/Role.pm +++ b/lib/MooseX/Privacy/Trait/Role.pm @@ -20,25 +20,3 @@ role { }; 1; -__END__ - -=head1 NAME - -MooseX::Privacy::Trait::Role - -=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 |
