forked from pool/perl-libwww-perl
- disable HTTP:GHTTP and ran spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
a0a483ae30
commit
84c93d367b
13
disable-ghttp.diff
Normal file
13
disable-ghttp.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
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 =
|
||||
(
|
Reference in New Issue
Block a user