Help for this page
autodie::hints->set_hints_for( \&foo, ... 'open', any => sub { ! defined }, );
use autodie::hints qw/ DEFAULT_SCALAR DEFAULT_LIST /; autodie::hints->set_hints_for( ... \&foo, any => sub { &COND1 and &COND2 or &COND3 }, );