[Moose-commits] r7762 - Moose/trunk/lib/Moose/Util
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Sat Feb 21 20:23:22 GMT 2009
Author: autarch
Date: 2009-02-21 12:23:21 -0800 (Sat, 21 Feb 2009)
New Revision: 7762
Modified:
Moose/trunk/lib/Moose/Util/TypeConstraints.pm
Log:
Missing a space in the error message here
Modified: Moose/trunk/lib/Moose/Util/TypeConstraints.pm
===================================================================
--- Moose/trunk/lib/Moose/Util/TypeConstraints.pm 2009-02-21 19:15:45 UTC (rev 7761)
+++ Moose/trunk/lib/Moose/Util/TypeConstraints.pm 2009-02-21 20:23:21 UTC (rev 7762)
@@ -384,7 +384,7 @@
$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 = (
More information about the Moose-commits
mailing list