}
elsif(defined $constraint){
$accessor .= "my \$tmp = $value;\n";
- #XXX: The following 'defined and' check is for backward compatibility
- $accessor .= "defined(\$tmp) and ";
$accessor .= "\$compiled_type_constraint->(\$tmp)";
$accessor .= " || \$attribute->verify_type_constraint_error(\$name, \$tmp, \$constraint);\n";