On 22/02/07, chromatic <[EMAIL PROTECTED]> wrote:
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;

but the latter does not guarantee that SomeModule will be loaded from
t/some_other_lib,

F

Reply via email to