Validation::Class Rewrite
Over the weekend, after writing this article, I decided to improve Validation::Class (my input validation framework).
I started by using Moose (very important, almost expected these days), and removing the cruft. I rewrote the documentation for speedy comprehension and made the code more modular. I cleaned-up the code, fixed the known bugs and added a few new features.
Overall the syntax is still the same but the experience has many improvements.
Leave a comment