aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-17 03:13:11 +0000
committerMichael Scherer <misc@mageia.org>2010-12-17 03:13:11 +0000
commitd59b6956396fce0f9575ae849d8cb395108687c7 (patch)
tree9acdaf11c1b5aa989ff6e188ac74ce2fd491e94f /Makefile.PL
parent58fa5fc3830a49e56356f095e5fab14dfd3e9b58 (diff)
downloadidentity-d59b6956396fce0f9575ae849d8cb395108687c7.tar
identity-d59b6956396fce0f9575ae849d8cb395108687c7.tar.gz
identity-d59b6956396fce0f9575ae849d8cb395108687c7.tar.bz2
identity-d59b6956396fce0f9575ae849d8cb395108687c7.tar.xz
identity-d59b6956396fce0f9575ae849d8cb395108687c7.zip
add the catalyst plugin in the requirement
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 e9c03b5..c93307b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,6 +13,7 @@ requires 'Catalyst::Runtime' => '5.80022';
requires 'Catalyst::Plugin::ConfigLoader';
requires 'Catalyst::Plugin::Static::Simple';
requires 'Catalyst::Plugin::I18N';
+requires 'Catalyst::Plugin::Unicode::Encoding';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authentication::Store::LDAP';
requires 'Catalyst::Plugin::Authorization::Roles';