Skip to content

Commit

Permalink
Updated for v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Jul 12, 2017
1 parent 66ef9a3 commit 3e37b15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for Test::MockModule

v0.12
- Added the `noop()` function to make mocking noops easier. Thanks for the PR,
Ali Zia!

v0.11 2016-10-27
- Various housekeeping, testing and minor fixes, courtesy of Paul Cochrane, thanks!

v0.10 2015-05-30
- Updated docs for mocking when using exported functions

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is Copyright (c) 2015 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & Original Author: Simon Flack <simonflk _AT_ cpan.org>.
This software is Copyright (c) 2017 by Current Maintainer: Geoff Franks <gfranks@cpan.org> & 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 @@ -4,7 +4,7 @@ use vars qw/$VERSION/;
use Scalar::Util qw/reftype weaken/;
use Carp;
use SUPER;
$VERSION = '0.11';
$VERSION = '0.12';

my %mocked;
sub new {
Expand Down

0 comments on commit 3e37b15

Please sign in to comment.