On Sun, Dec 20, 2009 at 01:25:22PM +0100, jira wrote: > Hello, > > consider the code fragment below. Why does it fail on > '$person->name(substr 'John', 0, 255)' ? > "Attribute (name) does not pass the type constraint because: Validation > failed for 'Str' failed with value John" > > > Thank you, > Jiri
This was a bug that was accidentally introduced in 0.93, and it's already been fixed in the git repository, so the next version should work again. Thanks, -doy
