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

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