The attached patch modifies find_cclass and find_not_cclass
to return the length of the string when no matching character
is found (previously these ops returned -1).
The patch also updates the tests in t/op/string_cclass.t to
test the new behavior.
Pm