Skip to content

Commit

Permalink
release v0.174.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Sep 15, 2020
1 parent cf65e7c commit 4b41ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Test::MockModule

v0.174.0
- cf65e7c Fix typo in pod - nima

v0.173.0
- 4dacd82 Add warning when 'unmock' called without arguments - Matthew Hughes
- b20dc7c import warns when using unknown argument - Nicolas R
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/MockModule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use vars qw/$VERSION/;
use Scalar::Util qw/reftype weaken/;
use Carp;
use SUPER;
$VERSION = '0.173.0';
$VERSION = '0.174.0';

our $STRICT_MODE;

Expand Down

0 comments on commit 4b41ae9

Please sign in to comment.