MT#5599 Define new auth module dependency.

agranig/auth-refactoring
Andreas Granig 12 years ago
parent 71658e12a7
commit af5ec8dd02

@ -23,6 +23,7 @@ my $builder = Local::Module::Build->new(
'Catalyst::ActionRole::ACL' => 0,
'Catalyst::ActionRole::CheckTrailingSlash' => 0,
'Catalyst::ActionRole::RequireSSL' => 0,
'Catalyst::Authentication::Credential::HTTP' => 0,
'Catalyst::Model::DBIC::Schema' => 0,
'Catalyst::Plugin::Authentication' => 0,
'Catalyst::Plugin::Authorization::Roles' => 0,

2
debian/control vendored

@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 8),
libcatalyst-actionrole-acl-perl,
libcatalyst-actionrole-checktrailingslash-perl,
libcatalyst-actionrole-requiressl-perl,
libcatalyst-authentication-credential-http-perl,
libcatalyst-devel-perl,
libcatalyst-modules-perl,
libcatalyst-perl (>= 5.90040),
@ -76,6 +77,7 @@ Depends: gnutls-bin,
libcatalyst-actionrole-acl-perl,
libcatalyst-actionrole-checktrailingslash-perl,
libcatalyst-actionrole-requiressl-perl,
libcatalyst-authentication-credential-http-perl,
libcatalyst-modules-perl,
libcatalyst-perl (>= 5.90040),
libcatalyst-plugin-enablemiddleware-perl,

Loading…
Cancel
Save