| 1 | Changes |
|---|
| 2 | inc/Module/AutoInstall.pm |
|---|
| 3 | inc/Module/Install.pm |
|---|
| 4 | inc/Module/Install/AutoInstall.pm |
|---|
| 5 | inc/Module/Install/Base.pm |
|---|
| 6 | inc/Module/Install/Can.pm |
|---|
| 7 | inc/Module/Install/Fetch.pm |
|---|
| 8 | inc/Module/Install/Include.pm |
|---|
| 9 | inc/Module/Install/Makefile.pm |
|---|
| 10 | inc/Module/Install/Metadata.pm |
|---|
| 11 | inc/Module/Install/Win32.pm |
|---|
| 12 | inc/Module/Install/WriteAll.pm |
|---|
| 13 | lib/FormValidator/LazyWay.pm |
|---|
| 14 | lib/FormValidator/LazyWay/Filter.pm |
|---|
| 15 | lib/FormValidator/LazyWay/Filter/Encode.pm |
|---|
| 16 | lib/FormValidator/LazyWay/Filter/Unify.pm |
|---|
| 17 | lib/FormValidator/LazyWay/Fix.pm |
|---|
| 18 | lib/FormValidator/LazyWay/Fix/DateTime.pm |
|---|
| 19 | lib/FormValidator/LazyWay/Fix/URI.pm |
|---|
| 20 | lib/FormValidator/LazyWay/JA.pod |
|---|
| 21 | lib/FormValidator/LazyWay/Message.pm |
|---|
| 22 | lib/FormValidator/LazyWay/Message/EN.pm |
|---|
| 23 | lib/FormValidator/LazyWay/Message/JA.pm |
|---|
| 24 | lib/FormValidator/LazyWay/Result.pm |
|---|
| 25 | lib/FormValidator/LazyWay/Result/JA.pod |
|---|
| 26 | lib/FormValidator/LazyWay/Rule.pm |
|---|
| 27 | lib/FormValidator/LazyWay/Rule/DateTime.pm |
|---|
| 28 | lib/FormValidator/LazyWay/Rule/DateTime/EN.pm |
|---|
| 29 | lib/FormValidator/LazyWay/Rule/DateTime/JA.pm |
|---|
| 30 | lib/FormValidator/LazyWay/Rule/Email.pm |
|---|
| 31 | lib/FormValidator/LazyWay/Rule/Email/EN.pm |
|---|
| 32 | lib/FormValidator/LazyWay/Rule/Email/JA.pm |
|---|
| 33 | lib/FormValidator/LazyWay/Rule/Japanese.pm |
|---|
| 34 | lib/FormValidator/LazyWay/Rule/Japanese/EN.pm |
|---|
| 35 | lib/FormValidator/LazyWay/Rule/Japanese/JA.pm |
|---|
| 36 | lib/FormValidator/LazyWay/Rule/Net.pm |
|---|
| 37 | lib/FormValidator/LazyWay/Rule/Net/EN.pm |
|---|
| 38 | lib/FormValidator/LazyWay/Rule/Net/JA.pm |
|---|
| 39 | lib/FormValidator/LazyWay/Rule/Number.pm |
|---|
| 40 | lib/FormValidator/LazyWay/Rule/Number/EN.pm |
|---|
| 41 | lib/FormValidator/LazyWay/Rule/Number/JA.pm |
|---|
| 42 | lib/FormValidator/LazyWay/Rule/Object.pm |
|---|
| 43 | lib/FormValidator/LazyWay/Rule/Object/EN.pm |
|---|
| 44 | lib/FormValidator/LazyWay/Rule/Object/JA.pm |
|---|
| 45 | lib/FormValidator/LazyWay/Rule/String.pm |
|---|
| 46 | lib/FormValidator/LazyWay/Rule/String/EN.pm |
|---|
| 47 | lib/FormValidator/LazyWay/Rule/String/JA.pm |
|---|
| 48 | lib/FormValidator/LazyWay/Setting.pm |
|---|
| 49 | lib/FormValidator/LazyWay/Utils.pm |
|---|
| 50 | Makefile.PL |
|---|
| 51 | MANIFEST This list of files |
|---|
| 52 | META.yml |
|---|
| 53 | README |
|---|
| 54 | t/01-login-sample.t |
|---|
| 55 | t/02-regex_map.t |
|---|
| 56 | t/03-inquery.t |
|---|
| 57 | t/conf/inquery-sample.yml |
|---|
| 58 | t/conf/login-sample.yml |
|---|
| 59 | t/conf/regex_map.yml |
|---|
| 60 | t/filter-at-regexp.t |
|---|
| 61 | t/filter-encode.t |
|---|
| 62 | t/filter-unify.t |
|---|
| 63 | t/filter.t |
|---|
| 64 | t/fix.t |
|---|
| 65 | t/fixed-class-datetime.t |
|---|
| 66 | t/fixed-class-uri.t |
|---|
| 67 | t/lazyway-check-conv-profile.t |
|---|
| 68 | t/lazyway-check-remove-empty-fields.t |
|---|
| 69 | t/lazyway-check-required-fields.t |
|---|
| 70 | t/lazyway-check-set-default.t |
|---|
| 71 | t/lazyway-check-set-error-message.t |
|---|
| 72 | t/lazyway-check-set-unknown.t |
|---|
| 73 | t/lazyway-check-validation-block-append_error_message.t |
|---|
| 74 | t/lazyway-check-validation-block-get-validator-method.t |
|---|
| 75 | t/lazyway-new.t |
|---|
| 76 | t/lazyway-result-custom-invalid.t |
|---|
| 77 | t/lib/MyRule/Oppai.pm |
|---|
| 78 | t/lib/MyRule/Oppai/JA.pm |
|---|
| 79 | t/lib/MyTestBase.pm |
|---|
| 80 | t/merge.t |
|---|
| 81 | t/message-get-label.t |
|---|
| 82 | t/message-set-lang.t |
|---|
| 83 | t/message.t |
|---|
| 84 | t/message_fail.t |
|---|
| 85 | t/rule-datetime-date.t |
|---|
| 86 | t/rule-datetime-datetime.t |
|---|
| 87 | t/rule-datetime-time.t |
|---|
| 88 | t/rule-japanese-hiragana-bytes.t |
|---|
| 89 | t/rule-japanese-hiragana.t |
|---|
| 90 | t/rule-japanese-katakana-bytes.t |
|---|
| 91 | t/rule-japanese-katakana.t |
|---|
| 92 | t/rule-net-http.t |
|---|
| 93 | t/rule-net-https.t |
|---|
| 94 | t/rule-net-uri.t |
|---|
| 95 | t/rule-net-url.t |
|---|
| 96 | t/rule-number-float.t |
|---|
| 97 | t/rule-number-int.t |
|---|
| 98 | t/rule-number-range.t |
|---|
| 99 | t/rule-number-ufloat.t |
|---|
| 100 | t/rule-number-uint.t |
|---|
| 101 | t/rule-object-boolean.t |
|---|
| 102 | t/rule-object-regexp.t |
|---|
| 103 | t/rule-object-true.t |
|---|
| 104 | t/rule-string-alphabet.t |
|---|
| 105 | t/rule-string-ascii.t |
|---|
| 106 | t/rule-string-length.t |
|---|
| 107 | t/rule-string-nonsymbol_ascii.t |
|---|
| 108 | t/rule-string-number.t |
|---|
| 109 | t/rule.t |
|---|
| 110 | t/setting-unicode.t |
|---|
| 111 | t/stash.t |
|---|
| 112 | t/utils-arrayify.t |
|---|
| 113 | t/utils-check-profile-syntax.t |
|---|
| 114 | t/utils-get-input-as-hash.t |
|---|
| 115 | t/utils-remove-empty-fields.t |
|---|