more cleanups
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Number / abs.pm
index aa99138..d2c2c09 100644 (file)
@@ -18,7 +18,7 @@ with 'Moose::Meta::Method::Accessor::Native::Writer' => {
     ]
     };
 
-sub _maximum_arguments {0}
+sub _maximum_arguments { 0 }
 
 sub _potential_value {
     my $self = shift;