Fix error message (missing "a")
Dave Rolsky [Mon, 14 Feb 2011 00:03:31 +0000 (18:03 -0600)]
lib/Moose/Meta/Role/Application/RoleSummation.pm

index 1963463..e8ec464 100644 (file)
@@ -138,7 +138,7 @@ sub apply_attributes {
                 "We have encountered an attribute conflict with '$name' "
                     . "during role composition. "
                     . " This attribute is defined in both $role1 and $role2."
-                    . " This is fatal error and cannot be disambiguated." );
+                    . " This is a fatal error and cannot be disambiguated." );
         }
 
         $seen{$name} = $attr;