Skip to content

Commit 45928f0

Browse files
author
CI Bot
committed
release v0.173.0
1 parent 4dacd82 commit 45928f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for Test::MockModule
22

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+
39
v0.172.0
410
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
511
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R

lib/Test/MockModule.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use vars qw/$VERSION/;
55
use Scalar::Util qw/reftype weaken/;
66
use Carp;
77
use SUPER;
8-
$VERSION = '0.172.0';
8+
$VERSION = '0.173.0';
99

1010
our $STRICT_MODE;
1111

0 commit comments

Comments
 (0)