Revision history for Perl extension Data::RuledValidator.
0.05 Mon Feb 5 01:13:00 2007
- include Data::RuledValidator::Plugin::URL in t/ directory
I've forgatten to add this in 0.03 - 0.04
- add "in" to operator
- change email address
- add test
0.04 Sat Feb 3 02:16:00 2007
- fix typo
0.03 Sun Jun 14 00:19:00 2006
- if rule is changed, re-parse it.
- now regex group name can be used.
- PATH_INFO group name can be used, easily.
- fix bug: comment couldn't be used.
- add strict option which effects valid behavior
no strict and no failure, it is valid.
- add id_method, id_obj method.
for using another obj/method to identify GROUP_NAME.
- specify multiple methods for nested calling.
- change some in doc.
id_key_value -> GROUP_NAME, etc.
- add test for pod.
0.02 Sat Apr 17 00:53:00 2006
- use Module::Pluggable
- move Email validation to plugin.
- add option import_error when using module.
0.01 Sat Mar 11 21:19:00 2006
- original version;