Missing a space in the error message here
Dave Rolsky [Sat, 21 Feb 2009 20:23:21 +0000 (20:23 +0000)]
lib/Moose/Util/TypeConstraints.pm

index 3980c55..ba825d1 100644 (file)
@@ -384,7 +384,7 @@ sub _create_type_constraint ($$$;$$) {
 
         $name =~ /^[\w:\.]+$/
             or die qq{$name contains invalid characters for a type name.}
-            . qq{Names can contain alphanumeric character, ":", and "."\n};
+            . qq{ Names can contain alphanumeric character, ":", and "."\n};
     }
 
     my %opts = (