package One::Debug; our @ISA = 'One'; sub foo { return "baz\n"; } 1;