Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix missing module use (broken queue script)
  • Loading branch information
mickeyn committed Jun 3, 2016
1 parent 332c68b commit dab77b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/MetaCPAN/Role/HasConfig.pm
Expand Up @@ -4,6 +4,8 @@ use Moose::Role;

use MetaCPAN::Types qw(HashRef);

use FindBin;

has config => (
is => 'ro',
isa => HashRef,
Expand Down

0 comments on commit dab77b6

Please sign in to comment.