Catmandu::Fix::Bind::maybe
a binder that skips fixes if one returns undef or dies
- Provided by: libcatmandu-perl (Version: 0.9505-1)
- Report a bug
a binder that skips fixes if one returns undef or dies
do maybe()
foo()
return_undef() # rest will be ignored
bar()
end
The maybe binder computes all the Fix function and ignores fixes that throw exceptions.
Catmandu::Fix::Bind