Provided by: libcatmandu-perl_0.9505-1_all 

NAME
Catmandu::Fix::Condition::all_match - only execute fixes if all path values match the given regex
SYNOPSIS
# uppercase the value of field 'foo' if all members of 'oogly' have the value 'doogly'
if all_match(oogly.*, "doogly")
upcase(foo) # foo => 'BAR'
end
SEE ALSO
Catmandu::Fix
perl v5.22.1 2016-02-09 Catmandu::Fix:...tion::all_match(3pm)