8
0

- 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:
Stephan Kulow
2010-12-02 06:31:58 +00:00
committed by Git OBS Bridge
parent a0a483ae30
commit 84c93d367b
3 changed files with 33 additions and 21 deletions

13
disable-ghttp.diff Normal file
View 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 =
(