On Thursday 22 February 2007 12:53, Andy Lester wrote: > Would there be an option to specify where to find the mocked libs, > rather than assuming t/lib?
But:
use mocked 't/some_other_lib/' SomeModule;
... isn't all that much shorter than:
use lib 't/some_other_lib';
use SomeModule;
-- c
