We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6724a30 commit a2d8108Copy full SHA for a2d8108
Changes
@@ -1,5 +1,10 @@
1
Revision history for Test::MockModule
2
3
+v0.178.0
4
+- 6724a30 - Simplify CI workflow - Nicolas R
5
+- 1801372 - Multiple improvements - Nicolas R
6
+- e97e316 - Add protection to _replace_sub - Nicolas R
7
+
8
v0.177.0
9
- 35f0d0b Update changelog - Geoff Franks
10
- 1d5b485 Move test modules from build to test requires - Olaf Alders
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 {
11
my ( $class, @args ) = @_;
0 commit comments