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/Trait/Protected.pm | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'lib/MooseX/Privacy/Trait/Protected.pm') 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 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