Skip to content

Commit ad9848a

Browse files
committed
Update version numbers for v0.1.79.0
1 parent 82881df commit ad9848a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Test::MockModule
22

3+
v0.179.0
4+
- 82881df - Bump Module::Build requirement by @atoomic in #65
5+
36
v0.178.0
47
- 6724a30 - Simplify CI workflow - Nicolas R
58
- 1801372 - Multiple improvements - Nicolas R

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

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

0 commit comments

Comments
 (0)