Skip to content

Commit

Permalink
Remove Test::More from API.pm
Browse files Browse the repository at this point in the history
not sure why it was there
  • Loading branch information
rwstauner committed Dec 8, 2011
1 parent 77c6089 commit bb4d34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MetaCPAN/Web/Model/API.pm
Expand Up @@ -6,7 +6,6 @@ extends 'Catalyst::Model';
has [qw(api api_secure)] => ( is => 'ro' );

use Encode ();
use Test::More;
use JSON;
use AnyEvent::HTTP qw(http_request);
use Try::Tiny 0.09;
Expand Down

0 comments on commit bb4d34f

Please sign in to comment.