http://www.perlmonks.org?node_id=606223


in reply to Re: OO design: abstract class or can()?
in thread OO design: abstract class or can()?

So you're proposing something like:
$o->some_method if $o->does( 'SomeTrait' )
?