The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Mocha

0.11    2013-08-16
        Forked from Test-Magpie.
        Removed deprecated functions.
        Refined documentation.

0.10    2013-08-12
        Changed when->then_return to stub->returns.
        Changed stubbing behaviour to match Mockito.
         - The last stubbed response persists.
         - New stubs take precedence over oldder stubs.

0.09    2013-08-03
        Export main functions by default
        Add optional parameter $test_name to verify()

0.08    2013-07-22
        Fixed use of smartmatching and removed warnings
        Improved verify() print messages
        Added Mock::can() method

0.07    2013-07-15
        Deprecated at_least() and at_most() functions
        Added verify() options: at_least, at_most and between
        Added argument checks for public functions
        Added more comprehensive tests

0.06    2013-07-03
        Enable calling ref() on mock object to return a specified type