The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Test::Mock::Guard

0.06    Fri Oct 28 13:58:16 2011
        - fixed missing MANIFEST

0.05    Fri Oct 28 13:51:03 2011
        - Supports call_count() methods (thanks ikasam_a)

0.04    Thu Sep  8 21:43:15 2011
        - Remove unary plus operator considering less than perl 5.8.x. (thanks chocolateboy)

0.03    Thu Sep  8 12:21:51 2011
        - improve multiple same class mock guard (thanks xaicron)
        - import Test::Mock::Guard::Instance (thanks cho45)
        - add reset() method (thanks xaicron, nekokak)

0.02    Tue Mar  8 20:25:49 2011
        - original version