aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-17 15:00:08 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-17 15:17:24 +0200
commit9981494a9e4f2272b85eb3a5672b8b7392d52ca1 (patch)
tree038b89c83069ffdae9f2ae8b7b0eaa6ead3b355d /Makefile.PL
parent868ad01a05286ef80f67d27d6d9e82bd60aa8ec0 (diff)
downloadidentity-9981494a9e4f2272b85eb3a5672b8b7392d52ca1.tar
identity-9981494a9e4f2272b85eb3a5672b8b7392d52ca1.tar.gz
identity-9981494a9e4f2272b85eb3a5672b8b7392d52ca1.tar.bz2
identity-9981494a9e4f2272b85eb3a5672b8b7392d52ca1.tar.xz
identity-9981494a9e4f2272b85eb3a5672b8b7392d52ca1.zip
Remove a warning about the encoding parameter (mga#20687)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c93307b..f387a8f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,11 +9,10 @@ use Module::Install::Catalyst; # Complain loudly if you don't have
name 'CatDap';
all_from 'lib/CatDap.pm';
-requires 'Catalyst::Runtime' => '5.80022';
+requires 'Catalyst::Runtime' => '5.90042';
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';