in reply to Overriding Concepts in Perl.

You can override concepts like this:
use override qw(concept1 concept2 ...);

Dave.