Tidy
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
index f29dae0..6deb58c 100644 (file)
@@ -41,8 +41,7 @@ sub get_required_method_list{
 }
 
 sub add_required_methods {
-    my $self = shift;
-    my @methods = @_;
+    my($self, @methods) = @_;
     push @{$self->{required_methods}}, @methods;
 }