Skip to content

Commit

Permalink
release v0.177.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Sep 7, 2021
1 parent 35f0d0b commit ea5af44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Test::MockModule

v0.177.0
- 35f0d0b Update changelog - Geoff Franks
- 1d5b485 Move test modules from build to test requires - Olaf Alders
- 78afe10 Clean up changelog - Geoff Franks

v0.277.0

- Move test modules from build to test requires - Olaf Alders
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/MockModule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
my ( $class, @args ) = @_;
Expand Down

0 comments on commit ea5af44

Please sign in to comment.