- or download this
# $value set to incoming parameter earlier
# $param object initialized earlier
...
. "' contained invalid data." )
unless(( defined $1 ) and ( $value eq $1 ));
$param->value( $1 );
- or download this
is( $valop->value( 'bart' ), 123, 'foo123abc validated correctly' );
- or download this
$_ = shift || $self->validator;
- or download this
$_ = shift;