- When you supplied `on_typeconstraint_failure => "default"' or
`on_typeconstraint_failure => "default_no_warning"' with a
default sub { ... } we'd just return the CodeRef instead of its
value. Now we do the right thing and call the sub to get the
value instead.