in reply to Re^7: Smartmatch alternatives
in thread Smartmatch alternatives

Certainly no disagreement. The aforementioned match::simple even uses any.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name