Skip to content

Commit

Permalink
release v0.172.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Feb 19, 2020
1 parent 7558aa9 commit f91ab93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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.172.0
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
- 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks

v0.171.0
- 89dc5c0 Fixes #25 - mocking core::global no longer fails trying to load the module - Geoff Franks
- 9bb081a update ci for fewer infinite loops - Geoff Franks
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2019 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is copyright (c) 2020 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2019 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is Copyright (c) 2020 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2019 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is Copyright (c) 2020 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.

This is free software, licensed under:

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.171.0';
$VERSION = '0.172.0';

our $STRICT_MODE;

Expand Down

0 comments on commit f91ab93

Please sign in to comment.