| FormValidator-LazyWay documentation | Contained in the FormValidator-LazyWay distribution. |
FormValidator::LazyWay::Rule::Japanese::EN - Messages of Japanese Rule
| FormValidator-LazyWay documentation | Contained in the FormValidator-LazyWay distribution. |
package FormValidator::LazyWay::Rule::Japanese::EN; use strict; use warnings; use utf8; sub hiragana { 'hiragana', } sub katakana { 'katakana', } 1;