On Wed, 2005-10-26 at 21:58 -0400, Rob Kinyon wrote:

> Plus, the argument is a straw man. Instead of:
> 
>     class Some::Class is also {
>     }
> 
> you would do:
> 
>     class My::Version {
>         does Some::Class;
>     }
> 
> Problem solved.

Don't forget the fun of modifying all existing uses of Some::Class to
use My::Version instead, if that's even possible.

-- c

Reply via email to