From: Dave Rolsky Date: Sat, 21 Feb 2009 20:23:21 +0000 (+0000) Subject: Missing a space in the error message here X-Git-Tag: 0.71_01~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33c8a6d0b46cdbed4c28f553f82fa6e87133ecf9;p=gitmo%2FMoose.git Missing a space in the error message here --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 3980c55..ba825d1 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -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 = (