in reply to Accessing the namespace of a class's grandparent

The Test::More functions are not object methods, so you won't be able to inherit them. Since Test::More only exports functions, you'll have to use it in all your subclasses. See Test::Class, section TEST CLASSES, for confirmation.