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 very lightweight method of handling mocked objects.Is there something which does this? Did I miss anything?
Apache::FakeRequest does something similar. Best, David