diff --git a/Changes b/Changes index 2ae1d82..25146e5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Test::MockModule +v0.173.0 +- 4dacd82 Add warning when 'unmock' called without arguments - Matthew Hughes +- b20dc7c import warns when using unknown argument - Nicolas R +- 3b217ba Fix windows CI by installing SUPER - Nicolas R +- 0ef70c5 Add .whitesource configuration file - whitesource-bolt-for-github[bot] + v0.172.0 - 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R - 0538fe1 Plug GitHub workflow as additional CI - Nicolas R diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index 9082d71..52c7d74 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.172.0'; +$VERSION = '0.173.0'; our $STRICT_MODE;