Provided by: libcatmandu-perl_1.2016-1_all 
      
    
NAME
       Catmandu::Fix::Bind::maybe - a binder that skips fixes if one returns undef or dies
SYNOPSIS
        do maybe()
           foo()
           return_undef() # rest will be ignored
           bar()
        end
DESCRIPTION
       The maybe binder computes all the Fix function and ignores fixes that throw exceptions.
SEE ALSO
       Catmandu::Fix::Bind
perl v5.32.1                                       2021-09-21                    Catmandu::Fix::Bind::maybe(3pm)