Small style tweaks
Dave Rolsky [Wed, 23 Feb 2011 03:49:23 +0000 (21:49 -0600)]
lib/MooseX/StrictConstructor/Trait/Class.pm

index bfda93a..f3d2850 100644 (file)
@@ -23,7 +23,7 @@ around '_inline_BUILDALL' => sub {
 
     return (
         @source,
-        'my %attrs = (' . join(' ', @attrs) . ');',
+        'my %attrs = (' . ( join ' ', @attrs ) . ');',
         'my @bad = sort grep { !$attrs{$_} } keys %{ $params };',
         'if (@bad) {',
             'Carp::confess "Found unknown attribute(s) passed to the constructor: @bad";',