in reply to A module to merge packages
I'd just as soon write:use Class::Merge qw(b a) => 'c';
as it is shorter and clearer, and doesn't require me to install a separate module. And it's "use strict" savvy. {grin}@C::ISA = qw(b a);
-- Randal L. Schwartz, Perl hacker
|
|---|