Re: trying to setup Module::CPANTS::Analyse

2007-04-17 Thread Thomas Klausner
Hi! On Sun, Apr 15, 2007 at 03:56:03PM +0100, Michael Stevens wrote: > I'm trying to use Module::CPANTS::Analyse, with the theory that will > let me test modules locally without waiting for them to go through > CPAN. > .. > Whenever I feed this a module to test, it prints 1 and 2 in the > logfi

Re: Automocked objects

2007-04-17 Thread David E. Wheeler
On Apr 17, 2007, at 03:14, Ovid wrote: Test::Automock would simply use autoload to capture all method calls and their arguments. Methods by default would return a true value unless specifically overridden. I'd have to do tricks like overriding isa() and friends, but that seems like it would be a

Re: Automocked objects

2007-04-17 Thread Joshua ben Jore
On 4/17/07, Ovid <[EMAIL PROTECTED]> wrote: Posted at http://www.perlmonks.org/?node_id=610484 So I have some code I'm testing which relies on a class with a whole bunch of niggling, annoying little methods getting called hither and yon. For the purposes of my tests, however, I really only care

Automocked objects

2007-04-17 Thread Ovid
Posted at http://www.perlmonks.org/?node_id=610484 So I have some code I'm testing which relies on a class with a whole bunch of niggling, annoying little methods getting called hither and yon. For the purposes of my tests, however, I really only care about one accessor at the end of the test and