diff --git a/Changes b/Changes index 25146e5..b72dc5f 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index ae458e3..a47457a 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.173.0'; +$VERSION = '0.174.0'; our $STRICT_MODE;