More code tweak
Dave Rolsky [Mon, 14 Feb 2011 00:03:47 +0000 (18:03 -0600)]
lib/MooseX/ClassAttribute/Trait/Role/Composite.pm

index 5d4d000..cbf56cf 100644 (file)
@@ -35,8 +35,8 @@ sub _merge_class_attributes {
             Moose->throw_error( "Role '"
                     . $self->name()
                     . "' has encountered a class attribute conflict "
-                    . "during composition. This is a fatal error and cannot be disambiguated."
-            );
+                    . "during composition. This is a fatal error and "
+                    . "cannot be disambiguated." );
         }
 
         $seen{$name} = $attribute;