[interchange] Bundle::LWP is not a thing anymore; replace with:
Josh Lavin <[email protected]> Mon, 22 Aug 2016 20:05:48 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 152541096032ee2a9ecafa6e725b176a13147fc6 Author: Josh Lavin <[email protected]> Date: Mon Aug 22 13:05:13 2016 -0700 Bundle::LWP is not a thing anymore; replace with: LWP LWP::Protocol::https cpanfile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/cpanfile b/cpanfile index ddc349f..531562d 100644 --- a/cpanfile +++ b/cpanfile @@ -1,4 +1,5 @@ -requires 'Bundle::LWP'; +requires 'LWP'; +requires 'LWP::Protocol::https'; requires 'Crypt::Random'; requires 'DBI'; requires 'Digest::Bcrypt';