diff --git a/Changes b/Changes index 1c024c3..3755786 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Test::MockModule +v0.178.0 +- 6724a30 - Simplify CI workflow - Nicolas R +- 1801372 - Multiple improvements - Nicolas R +- e97e316 - Add protection to _replace_sub - Nicolas R + v0.177.0 - 35f0d0b Update changelog - Geoff Franks - 1d5b485 Move test modules from build to test requires - Olaf Alders diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index 0d85727..13afe5f 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.177.0'; +$VERSION = '0.178.0'; sub import { my ( $class, @args ) = @_;