From: Dave Rolsky Date: Mon, 14 Feb 2011 00:03:47 +0000 (-0600) Subject: More code tweak X-Git-Tag: v0.23~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24b80216392ec19fde875d0853c94a4d55918a68;p=gitmo%2FMooseX-ClassAttribute.git More code tweak --- diff --git a/lib/MooseX/ClassAttribute/Trait/Role/Composite.pm b/lib/MooseX/ClassAttribute/Trait/Role/Composite.pm index 5d4d000..cbf56cf 100644 --- a/lib/MooseX/ClassAttribute/Trait/Role/Composite.pm +++ b/lib/MooseX/ClassAttribute/Trait/Role/Composite.pm @@ -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;