From: Yuval Kogman Date: Fri, 14 Jul 2006 01:49:02 +0000 (+0000) Subject: remove modifiers from docs X-Git-Tag: 0_12~22^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3eaf669a14c34e6388f32e01f8faba51bb3f4bf2;p=gitmo%2FMoose.git remove modifiers from docs --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index a5c47ed..4e202d0 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -50,28 +50,6 @@ __PACKAGE__->meta->add_attribute('required_methods' => ( default => sub { {} } )); -## method modifiers - -__PACKAGE__->meta->add_attribute('before_method_modifiers' => ( - reader => 'get_before_method_modifiers_map', - default => sub { {} } # ( => [ (CODE) ]) -)); - -__PACKAGE__->meta->add_attribute('after_method_modifiers' => ( - reader => 'get_after_method_modifiers_map', - default => sub { {} } # ( => [ (CODE) ]) -)); - -__PACKAGE__->meta->add_attribute('around_method_modifiers' => ( - reader => 'get_around_method_modifiers_map', - default => sub { {} } # ( => [ (CODE) ]) -)); - -__PACKAGE__->meta->add_attribute('override_method_modifiers' => ( - reader => 'get_override_method_modifiers_map', - default => sub { {} } # ( => CODE) -)); - ## Methods sub new { @@ -507,56 +485,6 @@ probably not that much really). =back -=over 4 - -=item B - -=item B - -=item B - -=item B - -=over 4 - -=back - -=item B - -=item B - -=item B - -=item B - -=over 4 - -=back - -=item B - -=item B - -=item B - -=item B - -=over 4 - -=back - -=item B - -=item B - -=item B - -=item B - -=item B - -=back - =head1 BUGS All complex software has bugs lurking in it, and this module is no