Re: masking installed versions when running tests

2009-05-12 Thread David Cantrell
On Mon, May 11, 2009 at 01:25:14PM -0700, Jonathan Swartz wrote: > Ok. Thanks for the mention of Devel::Hide. There is also > Test::Without::Module and Module::Mask, which all look pretty similar. > > But I still have two problems with using any of these directly: > 1) I have to specify exactly

Re: masking installed versions when running tests

2009-05-12 Thread David Cantrell
On Mon, May 11, 2009 at 03:13:14PM -0700, Jonathan Swartz wrote: > >But really the simplest thing is to get into the habit of running > >tests from the source directory and no where else. > Ok, fair enough. :) I didn't know whether I could legitimately make > that assumption for all the automa