File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Test::MockModule
2
2
3
+ v0.173.0
4
+ - 4dacd82 Add warning when 'unmock' called without arguments - Matthew Hughes
5
+ - b20dc7c import warns when using unknown argument - Nicolas R
6
+ - 3b217ba Fix windows CI by installing SUPER - Nicolas R
7
+ - 0ef70c5 Add .whitesource configuration file - whitesource-bolt-for-github[bot]
8
+
3
9
v0.172.0
4
10
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
5
11
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use vars qw/$VERSION/;
5
5
use Scalar::Util qw/ reftype weaken/ ;
6
6
use Carp;
7
7
use SUPER;
8
- $VERSION = ' 0.172 .0' ;
8
+ $VERSION = ' 0.173 .0' ;
9
9
10
10
our $STRICT_MODE ;
11
11
You can’t perform that action at this time.
0 commit comments