The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Test::MockModule - mock subroutines in a module

See the LICENSE section in lib/Test/MockObject.pm for usage and distribution
rights

QUICK START:

commands in the source directory:

    perl Makefile.PL
    make
    make test
    make install
    Then delete the source directory tree since it's no longer needed.

    run 'perldoc Test::MockModule' to read the full documentation.