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=484ba40822b77ad93424b036d6c8de89b2a089bc;p=scpubgit%2Fstemmatology.git Require https for LWP, when using OpenID with google --- diff --git a/stemmaweb/Makefile.PL b/stemmaweb/Makefile.PL index 9586aab..61ba3b6 100644 --- a/stemmaweb/Makefile.PL +++ b/stemmaweb/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';