TL;DR: I want to name my new module Test::Mock::Simple because which
contains no helpers (so no potential contamination of the namespace) and
all it does is replace a name space's method that you specify allowing
original functionality through.
I'm contacting you because the perlmodstyle suggests it for new modules
names.
I realize there are several Mocking object, however, they all have a
specific purpose or attempt to help you out; thereby getting in the way
(at least for my needs at the moment). I want to call is
Test::Mock::Simple because it only provides 1 method which overrides a
method in a name space with a new subroutine. It doesn't attempt to
unload the module/class being mocked and allows for only mocking certain
methods therefore letting the original functionality through.
I appreciate your thoughts and feedback,
Erik Tank