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

use strict;
use warnings;
use utf8;

sub hiragana {
    'hiragana',
}

sub katakana {
    'katakana',
}
1;

=head1 NAME

FormValidator::LazyWay::Rule::Japanese::EN - Messages of Japanese Rule

=head1 METHOD

=head2 hiragana

=head2 katakana

=cut