From 5561a408e1da83b9e71d5c855108aa5b07df3326 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 5 Jan 2021 16:43:03 +0000 Subject: [PATCH] release v0.176.0 --- Changes | 5 +++++ LICENSE | 6 +++--- lib/Test/MockModule.pm | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) 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 ) = @_;