diff --git a/SOAP-Lite-0.60a-paths.patch b/SOAP-Lite-0.60a-paths.patch deleted file mode 100644 index 1ef2a68..0000000 --- a/SOAP-Lite-0.60a-paths.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naur SOAP-Lite-0.60.o/bin/SOAPsh.pl SOAP-Lite-0.60.p/bin/SOAPsh.pl ---- SOAP-Lite-0.60.o/bin/SOAPsh.pl Mon Aug 18 20:43:03 2003 -+++ SOAP-Lite-0.60.p/bin/SOAPsh.pl Wed Jan 21 17:35:01 2004 -@@ -1,4 +1,4 @@ --#!/bin/env perl -+#!/usr/bin/env perl - #!d:\perl\bin\perl.exe - - # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- -diff -Naur SOAP-Lite-0.60.o/bin/XMLRPCsh.pl SOAP-Lite-0.60.p/bin/XMLRPCsh.pl ---- SOAP-Lite-0.60.o/bin/XMLRPCsh.pl Mon Aug 18 20:43:04 2003 -+++ SOAP-Lite-0.60.p/bin/XMLRPCsh.pl Wed Jan 21 17:35:21 2004 -@@ -1,4 +1,4 @@ --#!/bin/env perl -+#!/usr/bin/env perl - #!d:\perl\bin\perl.exe - - # -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- -diff -Naur SOAP-Lite-0.60.o/bin/stubmaker.pl SOAP-Lite-0.60.p/bin/stubmaker.pl ---- SOAP-Lite-0.60.o/bin/stubmaker.pl Mon Aug 18 20:43:04 2003 -+++ SOAP-Lite-0.60.p/bin/stubmaker.pl Wed Jan 21 17:35:37 2004 -@@ -1,4 +1,4 @@ --#!/bin/env perl -+#!/usr/bin/env perl - #!d:\perl\bin\perl.exe - - # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- diff --git a/SOAP-Lite-0.68-nil-value.patch b/SOAP-Lite-0.68-nil-value.patch deleted file mode 100644 index b15304d..0000000 --- a/SOAP-Lite-0.68-nil-value.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- SOAP-Lite-0.68/lib/XMLRPC/Lite.pm.nil_value 2004-11-14 14:30:50.000000000 -0500 -+++ SOAP-Lite-0.68/lib/XMLRPC/Lite.pm 2006-07-18 13:06:53.000000000 -0400 -@@ -286,6 +286,8 @@ - return +{map {$self->decode_object($_)} @{$children || []}}; - } elsif ($name =~ /^(?:param|fault)$/) { - return scalar(($self->decode_object($children->[0]))[1]); -+ } elsif ($name =~ /^(?:nil)$/) { -+ return undef; - } else { - die "wrong element '$name'\n"; - } -