projects
/
scpubgit/stemmaweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd114bb
)
Require https for LWP, when using OpenID with google
Jess Robinson [Tue, 15 May 2012 16:28:31 +0000 (16:28 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9586aab
..
61ba3b6
100644
(file)
--- 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';