Subject: | _is_YYYYMMDD_date_format is missing field argument in call to _matches_regex |
The _is_YYYYMMDD_date_format brick doesn't pass the field along when
calling _matches_regex, so it always fails. Adding this line:
field => $setup->{field},
to the hash passed in the call to _matches_regex clears the error.