- or download this
ok( $Caption->check( $Caption->coerce('') ), 'Empty string passes' );
- or download this
use Types::Standard qw( Maybe Str );
use Types::Common::String qw( StrLength );
...
done_testing;
- or download this
perl 11130005-3.pl
...
ok 5 - Empty string coerced to undef
ok 6 - Empty string passes
1..6