Skip to content
Snippets Groups Projects
Commit a839d5cb authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

sort dependencies

parent 7822e6fc
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,13 @@ use Getopt::Long qw(:config auto_help);
use Log::Any::Adapter;
use Pod::Usage;
use AccountManager::Token;
use AccountManager::Token::Manager;
use AccountManager::Service;
use AccountManager::Service::Manager;
use AccountManager::Account;
use AccountManager::Account::Manager;
use AccountManager::Metadata;
use AccountManager::Service;
use AccountManager::Service::Manager;
use AccountManager::Token;
use AccountManager::Token::Manager;
use AccountManager::Tools;
my %options;
......
......@@ -12,9 +12,9 @@ use List::MoreUtils qw(uniq);
use AccountManager::Account;
use AccountManager::Account::Manager;
use AccountManager::Token;
use AccountManager::Service;
use AccountManager::Metadata;
use AccountManager::Service;
use AccountManager::Token;
use AccountManager::Tools;
## Defining parameters format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment