projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5547fba
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Util/TypeConstraints.pm
b/lib/Moose/Util/TypeConstraints.pm
index
3980c55
..
ba825d1
100644
(file)
--- 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 = (