openbsd-ports/www/p5-SOAP-Lite/patches/patch-bin_SOAPsh_pl
avsm 8b1b056e68 initial import of p5-SOAP-Lite-0.55
--
SOAP::Lite is a collection of Perl modules which provides a simple
and lightweight interface to the Simple Object Access Protocol
(SOAP), both on client and server side.

This version of SOAP::Lite supports the SOAP 1.1 specification
( http://www.w3.org/TR/SOAP ).
2003-05-21 18:14:44 +00:00

11 lines
315 B
Plaintext

$OpenBSD: patch-bin_SOAPsh_pl,v 1.1.1.1 2003/05/21 18:14:44 avsm Exp $
--- bin/SOAPsh.pl.orig Tue Apr 16 05:38:31 2002
+++ bin/SOAPsh.pl Wed May 21 19:12:05 2003
@@ -1,5 +1,4 @@
-#!/bin/env perl
-#!d:\perl\bin\perl.exe
+#!/usr/bin/perl
# -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --