Skip Menu |

This queue is for tickets about the FormValidator-Simple CPAN distribution.

Report information
The Basics
Id: 92550
Status: new
Priority: 0/
Queue: FormValidator-Simple

People
Owner: lyokato [...] cpan.org
Requestors: kuriyama [...] FreeBSD.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.29
Fixed in: (no value)



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.