Skip to content

Commit 5561a40

Browse files
author
CI Bot
committed
release v0.176.0
1 parent 3ba8bc7 commit 5561a40

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.176.0
4+
- 3ba8bc7 lexically scoped strictness - David Cantrell
5+
- e57fc5a Update ci with dockerhub auth - Geoff Franks
6+
- bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R
7+
38
vX.XXX.X
49
- XXXXXXX 'strict' mode is now lexically scoped
510

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) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
1+
This software is copyright (c) 2021 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) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
15+
This software is Copyright (c) 2021 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) 2020 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
275+
This software is Copyright (c) 2021 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.175.0';
8+
$VERSION = '0.176.0';
99

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

0 commit comments

Comments
 (0)