Changeset 26618
- Timestamp:
- 12/13/08 16:02:55 (4 years ago)
- Location:
- lang/perl/FormValidator-LazyWay/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/FormValidator-LazyWay/trunk/Changes
r14353 r26618 1 1 Revision history for Data-FormValidateEm 2 2 3 0.01 Date/time3 0.01 2008-12-13T15:58:39+09:00 4 4 First version, released on an unsuspecting world. 5 5 -
lang/perl/FormValidator-LazyWay/trunk/MANIFEST
r26614 r26618 43 43 lib/FormValidator/LazyWay/Utils.pm 44 44 Makefile.PL 45 MANIFEST 45 MANIFEST This list of files 46 46 META.yml 47 47 README 48 t/00-load.t49 48 t/01-login-sample.t 50 49 t/02-regex_map.t … … 75 74 t/message.t 76 75 t/message_fail.t 77 t/pod-coverage.t78 t/pod.t79 76 t/rule-japanese-hiragana-bytes.t 80 77 t/rule-japanese-hiragana.t -
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay.pm
r19210 r26618 11 11 use FormValidator::LazyWay::Utils; 12 12 use FormValidator::LazyWay::Result; 13 use Data::Visitor::Encode;14 13 use Carp; 15 14 use Data::Dumper; 15 use Data::Visitor::Encode; 16 17 our $VERSION = '0.01'; 16 18 17 19 __PACKAGE__->mk_accessors(qw/config unicode rule message fix filter/);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)