Skip to content

Commit

Permalink
Test::MockObject is not needed any more
Browse files Browse the repository at this point in the history
  • Loading branch information
simbabque committed Feb 5, 2017
1 parent 8f55d08 commit d3b2724
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Expand Up @@ -32,7 +32,6 @@ WriteMakefile(
BUILD_REQUIRES => {
'Test::More' => 0.31,
'Test::Deep' => 0.112,
'Test::MockObject' => 1.20140408,
'Test::Exception' => 0.32,
'Data::Section::Simple' => 0,
},
Expand Down
1 change: 0 additions & 1 deletion t/aws/s3.t
Expand Up @@ -15,7 +15,6 @@ sub content { return shift->{_msg}; }
package main;

use Test::More 'no_plan';
use Test::MockObject;
use Test::Deep;
use Test::Exception;
use Data::Section::Simple 'get_data_section';
Expand Down

0 comments on commit d3b2724

Please sign in to comment.