aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-04 18:07:28 +0000
committerMichael Scherer <misc@mageia.org>2010-11-04 18:07:28 +0000
commit7196982ff7f0f766c51b8cbb21a650d8252aa82e (patch)
treebdc8fed4807fa2805b48a6e57130dadf69e787df /Makefile.PL
parentbb291aff455838755d7051633bd75f9ac3bdd44e (diff)
downloadidentity-7196982ff7f0f766c51b8cbb21a650d8252aa82e.tar
identity-7196982ff7f0f766c51b8cbb21a650d8252aa82e.tar.gz
identity-7196982ff7f0f766c51b8cbb21a650d8252aa82e.tar.bz2
identity-7196982ff7f0f766c51b8cbb21a650d8252aa82e.tar.xz
identity-7196982ff7f0f766c51b8cbb21a650d8252aa82e.zip
- add missing requires ( as found by deploying it on alamut )
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c965166..e9c03b5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,6 +15,7 @@ requires 'Catalyst::Plugin::Static::Simple';
requires 'Catalyst::Plugin::I18N';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authentication::Store::LDAP';
+requires 'Catalyst::Plugin::Authorization::Roles';
requires 'Catalyst::Plugin::Captcha';
requires 'Catalyst::Plugin::Session::Store::File';
requires 'Catalyst::Plugin::Session::State::Cookie';