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

no need to explicitely load plugins at compilation time

parent a904352c
Branches
Tags
No related merge requests found
...@@ -3,8 +3,6 @@ package AccountManager::App; ...@@ -3,8 +3,6 @@ package AccountManager::App;
use Mojo::Base qw(Mojolicious); use Mojo::Base qw(Mojolicious);
use English qw(-no_match_vars); use English qw(-no_match_vars);
use Mojolicious::Plugin::TemplateToolkit;
use Mojolicious::Plugin::ClientIP;
use Template::Constants qw(:chomp); use Template::Constants qw(:chomp);
use Syntax::Keyword::Try; use Syntax::Keyword::Try;
use UNIVERSAL::require; use UNIVERSAL::require;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment