On 2/22/07, Andy Lester <[EMAIL PROTECTED]> wrote:
On Feb 22, 2007, at 2:49 PM, Luke Closs wrote: > So I just hacked up mocked.pm, which will only load libraries from > t/lib. > The above example would look like: > > use mocked 'LWP::Simple'; Would there be an option to specify where to find the mocked libs, rather than assuming t/lib?
There certainly could be, but I have no intention of doing this. One could always send me a patch and subclass mocked: use awesome_mock 'LWP::Simple'; Plus, I'm trying to get this t/lib mocking meme going. :) Luke