/usr/local/CPAN/FormValidator-LazyWay/FormValidator/LazyWay/Rule/Object/EN.pm


package FormValidator::LazyWay::Rule::Object::EN;

use strict;
use warnings;

sub boolean { 'true or false' }
sub regexp { 'regular expression' }


1;