Can I use isa in Moose with a regex as a parameter ? If not possible can I achieve the same thing with someothing other than ->isa
?
ok, having the following types Animal::Giraffe
, Animal::Carnivore::Crocodile
, I want to do ->isa(/^Animal::/)
, can I do that ? if I can't, what can I use to reach the desired effect ?