dzilize
[gitmo/MooseX-SemiAffordanceAccessor.git] / lib / MooseX / SemiAffordanceAccessor / Role / Attribute.pm
index 5fca8bd..3d0ff09 100644 (file)
@@ -34,10 +34,6 @@ no Moose::Role;
 
 1;
 
-=head1 NAME
-
-MooseX::SemiAffordanceAccessor::Role::Attribute - Names accessors in a semi-affordance style
-
 =head1 SYNOPSIS
 
   Moose::Util::MetaRole::apply_metaclass_roles(
@@ -52,16 +48,5 @@ This role applies a method modifier to the C<_process_options()>
 method, and tweaks the reader and writer parameters so that they
 follow the semi-affordance naming style.
 
-=head1 AUTHOR
-
-Dave Rolsky, C<< <autarch@urth.org> >>
-
-=head1 COPYRIGHT & LICENSE
-
-Copyright 2007-2008 Dave Rolsky, All Rights Reserved.
-
-This program is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
 =cut