NAME
Wetware::Test::Mock - a simple mock object
SYNOPSIS
use Wetware::Test::Mock;
my $mock = Wetware::Test::Mock->new(%params);
DESCRIPTION
The Parameters you pass in will be the only things that can be accessed with the AUTOLOAD method.
AUTHOR
"drieux", <"drieux [AT] at wetware.com">
COPYRIGHT & LICENSE
Copyright 2009 "drieux", all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.