Skip to content

Commit a99b810

Browse files
committed
Sort imports in lib/MetaCPAN/Role/Script.pm
1 parent a3d8ed1 commit a99b810

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/MetaCPAN/Role/Script.pm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ package MetaCPAN::Role::Script;
33
use Moose::Role;
44

55
use ElasticSearchX::Model::Document::Types qw( ES );
6+
use File::Path ();
67
use Git::Helpers qw( checkout_root );
8+
use IO::Interactive qw( is_interactive );
9+
use IO::Prompt qw( prompt );
710
use Log::Contextual qw( :log :dlog );
811
use MetaCPAN::Model ();
912
use MetaCPAN::Types::TypeTiny qw( Bool HashRef Int Path Str );
1013
use Mojo::Server ();
1114
use Term::ANSIColor qw( colored );
12-
use IO::Interactive qw( is_interactive );
13-
use IO::Prompt qw( prompt );
14-
use File::Path ();
15-
16-
use Carp ();
1715

1816
with( 'MetaCPAN::Role::HasConfig', 'MetaCPAN::Role::Fastly',
1917
'MetaCPAN::Role::Logger' );

0 commit comments

Comments
 (0)