Getting an error if using Apache Commons Validator:
java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
Even if, Apache Commons Validator /dep
You need to get Apache oro. I've version 2.0.8 though Maven and it has Perl5Util:
mpandit-mbp:2.0.8 mpandit$ jar tvf oro-2.0.8.jar | grep 'Perl5Util' 7818 Sun Dec 28 23:00:18 PST 2003 org/apache/oro/text/perl/Perl5Util.class