Skip to content

Commit

Permalink
release v0.176.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Jan 5, 2021
1 parent 3ba8bc7 commit 5561a40
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.176.0
- 3ba8bc7 lexically scoped strictness - David Cantrell
- e57fc5a Update ci with dockerhub auth - Geoff Franks
- bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R

vX.XXX.X
- XXXXXXX 'strict' mode is now lexically scoped

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

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

0 comments on commit 5561a40

Please sign in to comment.