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/MockModule.pm for usage and distribution
rights

QUICK START:

commands in the source directory:

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

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