http://qs321.pair.com?node_id=836558


in reply to Simple inheritance question

If test() were included in Two's namespace, Two could not override it with its own test() if needed.

UPDATE: You can use Exporter to add test to Two's namespace if you like. After all a class is just a package