diff --git a/Build.PL b/Build.PL index 1805187a8a..1804139b18 100644 --- a/Build.PL +++ b/Build.PL @@ -21,7 +21,6 @@ my $builder = Local::Module::Build->new( 'Catalyst::Action::RenderView' => 0, 'Catalyst::ActionRole::ACL' => 0, 'Catalyst::ActionRole::CheckTrailingSlash' => 0, - 'Catalyst::ActionRole::QueryParameter' => 0, 'Catalyst::ActionRole::RequireSSL' => 0, 'Catalyst::Model::DBIC::Schema' => 0, 'Catalyst::Plugin::Authentication' => 0, diff --git a/lib/NGCP/Panel/Controller/API/Contracts.pm b/lib/NGCP/Panel/Controller/API/Contracts.pm index a3a3d8d84a..73e605da4e 100644 --- a/lib/NGCP/Panel/Controller/API/Contracts.pm +++ b/lib/NGCP/Panel/Controller/API/Contracts.pm @@ -20,7 +20,6 @@ BEGIN { extends 'Catalyst::Controller::ActionRole'; } require Catalyst::ActionRole::ACL; require Catalyst::ActionRole::CheckTrailingSlash; require Catalyst::ActionRole::HTTPMethods; -require Catalyst::ActionRole::QueryParameter; require Catalyst::ActionRole::RequireSSL; with 'NGCP::Panel::Role::API';