openbsd-ports/www/p5-SOAP-Lite/patches/patch-bin_stubmaker_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
324 B
Plaintext

$OpenBSD: patch-bin_stubmaker_pl,v 1.1.1.1 2003/05/21 18:14:44 avsm Exp $
--- bin/stubmaker.pl.orig Wed May 21 19:10:44 2003
+++ bin/stubmaker.pl Wed May 21 19:10:53 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 --