If you pass coerce => 1 for an attr, its type must have a coercion or an error is...
authorDave Rolsky <autarch@urth.org>
Sun, 4 Jul 2010 16:58:25 +0000 (11:58 -0500)
committerDave Rolsky <autarch@urth.org>
Mon, 12 Jul 2010 15:32:41 +0000 (10:32 -0500)
commit2b54d2a6b7bf40c4408ffbc117f6b6d77ee35c67
treeaa52d4ec355aca140519c01cb2c7cf342230bb25
parent2ddb7006c55f1b55555fdc46d7fc2f9766b90e56
If you pass coerce => 1 for an attr, its type must have a coercion or an error is thrown
Changes
lib/Moose/Manual/Delta.pod
lib/Moose/Meta/Attribute.pm
lib/Moose/Meta/Method/Constructor.pm
t/020_attributes/034_bad_coerce.t [new file with mode: 0644]