Mailing List Archive

[interchange] Bundle::LWP is not a thing anymore; replace with:
commit 152541096032ee2a9ecafa6e725b176a13147fc6
Author: Josh Lavin <digory@cpan.com>
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';

_______________________________________________
interchange-cvs mailing list
interchange-cvs@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-cvs