Catmandu::Fix::Bind::maybe - a binder that skips fixes if one returns undef or dies
Contents
Description
The maybe binder computes all the Fix function and ignores fixes that throw exceptions.
Name
Catmandu::Fix::Bind::maybe - a binder that skips fixes if one returns undef or dies
See Also
Catmandu::Fix::Bind
perl v5.40.0 2025-01-17 Catmandu::Fix::Bind::maybe(3pm)
Synopsis
do maybe()
foo()
return_undef() # rest will be ignored
bar()
end
