small code formatting tweaks
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor / Trait / Class.pm
index b96e5fd..aea38bd 100644 (file)
@@ -32,7 +32,7 @@ around new_object => sub {
     return $instance;
 };
 
-around '_inline_BUILDALL' => sub {
+around _inline_BUILDALL => sub {
     my $orig = shift;
     my $self = shift;