MT#3997 Remove QueryParameter dependency.

agranig/rest
Andreas Granig 12 years ago
parent 0f09d986dc
commit a4a9f703bd

@ -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,

@ -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';

Loading…
Cancel
Save