package FormValidator::LazyWay::Rule::Object::JA; use strict; use warnings; use utf8; sub boolean { 'çåã¯å½' } sub regexp { 'æ£è¦è¡¨ç¾' } sub true { 'ç' } 1;