From: Jess Robinson Date: Tue, 15 May 2012 16:28:31 +0000 (+0000) Subject: Require https for LWP, when using OpenID with google X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e841ad284376e3fcb493fe46f87c1749c335afdb;p=scpubgit%2Fstemmaweb.git Require https for LWP, when using OpenID with google --- diff --git a/Makefile.PL b/Makefile.PL index 9586aab..61ba3b6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,6 +24,7 @@ requires 'Catalyst::Plugin::Session'; requires 'Catalyst::Plugin::Session::Store::File'; requires 'Catalyst::Plugin::Session::State::Cookie'; requires 'CatalystX::Controller::Auth'; +requires 'LWP::Protocol::https'; ## requires 'Moose'; requires 'TryCatch';