Skip to content

Commit

Permalink
Version 0.178.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Apr 26, 2024
1 parent 6724a30 commit a2d8108
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.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
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.177.0';
$VERSION = '0.178.0';

sub import {
my ( $class, @args ) = @_;
Expand Down

0 comments on commit a2d8108

Please sign in to comment.