The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package FormValidator::LazyWay::Rule::Object::JA;

use strict;
use warnings;
use utf8;

sub boolean { '真又は偽' }
sub regexp { '正規表現' }
sub true { '真' }

1;