Skip to content

Commit

Permalink
Merge pull request #6 from geofffranks/version-bump
Browse files Browse the repository at this point in the history
Version bump for todays PRs
  • Loading branch information
geofffranks committed Oct 22, 2015
2 parents e730b05 + cba9e97 commit 71ca6b5
Showing 1 changed file with 1 addition and 1 deletion.
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.10';
$VERSION = '0.11';

my %mocked;
sub new {
Expand Down

0 comments on commit 71ca6b5

Please sign in to comment.