[interchange] Bundle::LWP is not a thing anymore; replace with:

Josh Lavin interchange-cvs at icdevgroup.org
Mon Aug 22 20:05:48 UTC 2016


commit 152541096032ee2a9ecafa6e725b176a13147fc6
Author: Josh Lavin <digory at 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';



More information about the interchange-cvs mailing list