Skip to content

Commit 6fe8494

Browse files
committed
Tidy use statements
1 parent df91b42 commit 6fe8494

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/MetaCPAN/Model/Search.pm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ package MetaCPAN::Model::Search;
33
use MetaCPAN::Moose;
44

55
use Const::Fast qw( const );
6-
use Log::Contextual qw( :log :dlog );
7-
use MooseX::StrictConstructor;
86
use Cpanel::JSON::XS ();
9-
107
use Hash::Merge qw( merge );
118
use List::Util qw( min uniq );
9+
use Log::Contextual qw( :log :dlog );
1210
use MetaCPAN::Types qw( Object Str );
1311
use MetaCPAN::Util qw( single_valued_arrayref_to_scalar );
12+
use MooseX::StrictConstructor;
1413

1514
has es => (
1615
is => 'ro',

0 commit comments

Comments
 (0)