diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm index d8be111a2ad2e3a3be8f61931881f6c83107cee4..17a27d29bf40324f089da0e7cc3c19b3bc413038 100644 --- a/lib/AccountManager/App.pm +++ b/lib/AccountManager/App.pm @@ -7,9 +7,9 @@ use CGI; use DateTime; use English qw(-no_match_vars); use HTTP::AcceptLanguage; -use Template; use Log::Any::Adapter; use List::MoreUtils qw(uniq); +use Template; use Text::CSV; use AccountManager::Account;