Subject: | [PATCH] Use Class::Accessor::Grouped instead of Class::Data::Accessor |
It seems Class::Data::Accessor was marked as deprecated since 2008. I think this module should depend on Class::Accessor::Grouped or similar module instead of Class::Data::Accessor.
I made a patch to do so (all tests passed).
https://github.com/kuriyama/FormValidator-Simple/commit/d2784b7743b7dc2866640f901c8c655d76648450
Hope this helps.