X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=61ba3b6dc7bc794eeb098f003d02ee22704844d9;hb=e841ad284376e3fcb493fe46f87c1749c335afdb;hp=9586aab4e4a90cc02fec449559884496dacdc09b;hpb=fd114bb48b64e51f18fcaa2bdde709be9f891de0;p=scpubgit%2Fstemmaweb.git 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';