perl-libwww-perl/disable-ghttp.diff

14 lines
535 B
Diff

Index: libwww-perl-5.837/lib/LWP/Protocol/GHTTP.pm
===================================================================
--- libwww-perl-5.837.orig/lib/LWP/Protocol/GHTTP.pm 2008-04-11 20:59:19.000000000 +0200
+++ libwww-perl-5.837/lib/LWP/Protocol/GHTTP.pm 2010-12-02 07:29:54.556842082 +0100
@@ -16,7 +16,7 @@ require LWP::Protocol;
require HTTP::Response;
require HTTP::Status;
-use HTTP::GHTTP qw(METHOD_GET METHOD_HEAD METHOD_POST);
+# dropped long ago use HTTP::GHTTP qw(METHOD_GET METHOD_HEAD METHOD_POST);
my %METHOD =
(