You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sipwise-base/t/Types.pm

6 lines
136 B

package Types;
use Sipwise::Base;
use Moose::Util::TypeConstraints qw(subtype as where);
subtype 'Place', as 'Str', where { /world/ };