Skip to content

Commit a5db7b0

Browse files
committed
Be explicit about type imports
1 parent 405fe5c commit a5db7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Role/Script.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package MetaCPAN::Role::Script;
22

33
use Moose::Role;
44

5-
use ElasticSearchX::Model::Document::Types qw(:all);
5+
use ElasticSearchX::Model::Document::Types qw( ES );
66
use Git::Helpers qw( checkout_root );
77
use Log::Contextual qw( :log :dlog );
88
use MetaCPAN::Model ();

0 commit comments

Comments
 (0)