Test/MockObject version 0.04 ============================ Test::MockObject is a highly polymorphic testing object, capable of looking like all sorts of objects. This makes white-box testing much easier, as you can concentrate on what the code being tested sends to and receives from the mocked object, instead of worrying about faking up your own data. (Another option is not to test difficult things. Now you have no excuse.) INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Test::Simple version 0.44 or newer (I fixed a bug :) COPYRIGHT AND LICENCE Copyright (c) 2002 chromatic. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.