Skip to content

Commit f91ab93

Browse files
author
CI Bot
committed
release v0.172.0
1 parent 7558aa9 commit f91ab93

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.172.0
4+
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
5+
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
6+
- 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks
7+
38
v0.171.0
49
- 89dc5c0 Fixes #25 - mocking core::global no longer fails trying to load the module - Geoff Franks
510
- 9bb081a update ci for fewer infinite loops - Geoff Franks

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2019 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
1+
This software is copyright (c) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
22

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

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

15-
This software is Copyright (c) 2019 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
15+
This software is Copyright (c) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 2019 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
275+
This software is Copyright (c) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
276276

277277
This is free software, licensed under:
278278

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

1010
our $STRICT_MODE;
1111

0 commit comments

Comments
 (0)