- or download this
# normal mode, @ISA = qw(Gatherer::Blue)
use StoneGatherer;
- or download this
# red mode, @ISA = qw(Gatherer::Red)
use StoneGatherer qw(red);
- or download this
use Test::More tests => 42;
- or download this
package Item;
sub import {
push @{caller().'::ISA'}, __PACKAGE__;
}