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 35f0d0b commit ea5af44Copy full SHA for ea5af44
Changes
@@ -1,5 +1,10 @@
1
Revision history for Test::MockModule
2
3
+v0.177.0
4
+- 35f0d0b Update changelog - Geoff Franks
5
+- 1d5b485 Move test modules from build to test requires - Olaf Alders
6
+- 78afe10 Clean up changelog - Geoff Franks
7
+
8
v0.277.0
9
10
- 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.176.0';
+$VERSION = '0.177.0';
sub import {
11
my ( $class, @args ) = @_;
0 commit comments