Validation::Class - Completely Rewritten
I have completely rewritten Validation-Class using Moose. The new Validation::Class is better documented and well-tested. I created Validation-Class for a variety of reasons including but not limited to the fact that I wanted/needed a data validation library that was as reusable as possible, syntactically easy to define, and didn't care much about context.
This spawned a new way of looking at data validation, using a class as an application's firewall representing the rules of the data allowed to pass through it, not bound to a use-case and flexible.
I encourage you to check it out and please leave feedback:
Validation-Class has been shipped, Moosified since 2.0.0:
Github: https://github.com/alnewkirk/Validation-Class-Moose
CPAN: https://metacpan.org/module/Validation::Class
I like the look of this, thanks!