in reply to use base 'Foo' or die!

And what if you're not an OO purist? :)

And what if the module in question does not happen to be OO? I think that qw() became popular for use in module import lists. For instance, consider Storable, which exports a number of handy functions. It is common to see:

use Storable qw(freeze thaw);