logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Fix::Bind::maybe - a binder that skips fixes if one returns undef or dies

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

See Also