File: Changes

package info (click to toggle)
libtest-mock-guard-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 194; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Revision history for Perl extension Test::Mock::Guard

0.10 2014-01-16T08:58:33Z
        - Supports `Some::Class::foo($obj)` pattern (thanks hitode909)

0.09    Mon Nov 12 00:46:03 2012
        - repacking (no code changes)

0.08    Tue Jul  3 22:14:44 2012
        - Fixed a problem that when calling call_count() with un-mocked instance to throws exception. (xaicron)
        - keep prototype (thanks Belden Lyman)

0.07    Wed Nov 09 01:29:33 2011
        - Fixed a problem that mocked instance doesn't keep call_count() (thanks xaicron)

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