Skip to content

Commit

Permalink
Update version numbers for v0.1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Aug 29, 2024
1 parent 82881df commit ad9848a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Test::MockModule

v0.179.0
- 82881df - Bump Module::Build requirement by @atoomic in #65

v0.178.0
- 6724a30 - Simplify CI workflow - Nicolas R
- 1801372 - Multiple improvements - Nicolas R
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) 2021 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is copyright (c) 2024 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) 2021 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is Copyright (c) 2024 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) 2021 by Current Maintainer: Geoff Franks <[email protected]> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is Copyright (c) 2024 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.178.0';
$VERSION = '0.179.0';

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

0 comments on commit ad9848a

Please sign in to comment.