The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::Condition::is_false - only execute fixes if all path values are the boolean false, 0 or "false"

SYNOPSIS

   if is_false(data.*.has_error)
     ...
   end

SEE ALSO

Catmandu::Fix