Skip to content

Commit ea5af44

Browse files
author
CI Bot
committed
release v0.177.0
1 parent 35f0d0b commit ea5af44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Test::MockModule
22

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+
38
v0.277.0
49

510
- Move test modules from build to test requires - Olaf Alders

lib/Test/MockModule.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use vars qw/$VERSION/;
55
use Scalar::Util qw/reftype weaken/;
66
use Carp;
77
use SUPER;
8-
$VERSION = '0.176.0';
8+
$VERSION = '0.177.0';
99

1010
sub import {
1111
my ( $class, @args ) = @_;

0 commit comments

Comments
 (0)