From 997f2dc0b804c2db379131ccc0c9699c9caf6c6f Mon Sep 17 00:00:00 2001 From: CI Bot Date: Thu, 17 Sep 2020 17:45:28 +0000 Subject: [PATCH] release v0.175.0 --- Changes | 3 +++ lib/Test/MockModule.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b72dc5f..469a0f8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Test::MockModule +v0.175.0 +- 964aa2a Ignore CI files and whitesource - Nicolas R + v0.174.0 - cf65e7c Fix typo in pod - nima diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index a47457a..f683253 100644 --- a/lib/Test/MockModule.pm +++ b/lib/Test/MockModule.pm @@ -5,7 +5,7 @@ use vars qw/$VERSION/; use Scalar::Util qw/reftype weaken/; use Carp; use SUPER; -$VERSION = '0.174.0'; +$VERSION = '0.175.0'; our $STRICT_MODE;