diff --git a/Changes b/Changes index 2eea107..73362bf 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/LICENSE b/LICENSE index 4ede638..2718b76 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2020 by Current Maintainer: Geoff Franks & Original Author: Simon Flack . +This software is copyright (c) 2021 by Current Maintainer: Geoff Franks & Original Author: Simon Flack . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -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 & Original Author: Simon Flack . +This software is Copyright (c) 2021 by Current Maintainer: Geoff Franks & Original Author: Simon Flack . This is free software, licensed under: @@ -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 & Original Author: Simon Flack . +This software is Copyright (c) 2021 by Current Maintainer: Geoff Franks & Original Author: Simon Flack . This is free software, licensed under: diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index 219b398..a9e82b8 100644 --- a/lib/Test/MockModule.pm +++ b/lib/Test/MockModule.pm @@ -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 ) = @_;