Validation logic is more complex than you expect
I am creating Validator::Custom from 2009. This is a validation module.
I add many features to customize validation but I can't solve many problems because Validation logic is more complex than I expect.
Mojolicious remove filter feature of validation module. It is maybe impossible to do three things(require, checking, filtering) at once.
And validation logic is complex because we want to see m…