The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2015-11-30

  • fixes bug #3: add eval() in side_effect in SYNOPSIS
  • fixes bug #2: having side_effect after return_value breaks t/06
  • fixes bug #1: add called_with(), to extract the args passed in to the mocked sub
  • fixes bug #4: completely validate that the sub param is a valid sub
  • 'main::' is now prepended to subs if they don't have a package
  • side_effect now properly returns last expression evaluated
  • added proper checks that the sub sent in is valid
  • side_effect and return_value can now be sent in simultaneously

Modules

Mock module, package, object and standard subroutines, with unit testing in mind.