ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Andrey Brindeew <abr@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Perl модули
Date: Wed, 30 Mar 2005 10:29:54 +0400
Message-ID: <20050330062954.GA5996@abr.pp.ru> (raw)
In-Reply-To: <1112119895.15040.1.camel@alpha.fastlink.ru>


[-- Attachment #1.1: Type: text/plain, Size: 250 bytes --]

On Tue, Mar 29, 2005 at 10:11:35PM +0400, Вячеслав Диконов wrote:
> > attached
> Хорошо бы еще perl-SOAP-Lite-0.60a-alt-paths.patch получить...

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

[-- Attachment #1.2: perl-SOAP-Lite-0.60a-alt-paths.patch --]
[-- Type: text/plain, Size: 9776 bytes --]

diff -Naur SOAP-Lite-0.60.orig/bin/SOAPsh.pl SOAP-Lite-0.60/bin/SOAPsh.pl
--- SOAP-Lite-0.60.orig/bin/SOAPsh.pl	2003-08-18 22:43:03 +0400
+++ SOAP-Lite-0.60/bin/SOAPsh.pl	2004-12-12 14:57:29 +0300
@@ -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.orig/bin/stubmaker.pl SOAP-Lite-0.60/bin/stubmaker.pl
--- SOAP-Lite-0.60.orig/bin/stubmaker.pl	2003-08-18 22:43:04 +0400
+++ SOAP-Lite-0.60/bin/stubmaker.pl	2004-12-12 14:57:29 +0300
@@ -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.orig/bin/XMLRPCsh.pl SOAP-Lite-0.60/bin/XMLRPCsh.pl
--- SOAP-Lite-0.60.orig/bin/XMLRPCsh.pl	2003-08-18 22:43:04 +0400
+++ SOAP-Lite-0.60/bin/XMLRPCsh.pl	2004-12-12 14:57:29 +0300
@@ -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.orig/t/01-core.t SOAP-Lite-0.60/t/01-core.t
--- SOAP-Lite-0.60.orig/t/01-core.t	2003-08-18 22:44:32 +0400
+++ SOAP-Lite-0.60/t/01-core.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/02-payload.t SOAP-Lite-0.60/t/02-payload.t
--- SOAP-Lite-0.60.orig/t/02-payload.t	2003-08-18 22:44:33 +0400
+++ SOAP-Lite-0.60/t/02-payload.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/03-server.t SOAP-Lite-0.60/t/03-server.t
--- SOAP-Lite-0.60.orig/t/03-server.t	2003-08-18 22:44:34 +0400
+++ SOAP-Lite-0.60/t/03-server.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/04-attach.t SOAP-Lite-0.60/t/04-attach.t
--- SOAP-Lite-0.60.orig/t/04-attach.t	2003-08-18 22:44:35 +0400
+++ SOAP-Lite-0.60/t/04-attach.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/05-customxml.t SOAP-Lite-0.60/t/05-customxml.t
--- SOAP-Lite-0.60.orig/t/05-customxml.t	2003-08-18 22:44:36 +0400
+++ SOAP-Lite-0.60/t/05-customxml.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/06-modules.t SOAP-Lite-0.60/t/06-modules.t
--- SOAP-Lite-0.60.orig/t/06-modules.t	2003-08-18 22:44:36 +0400
+++ SOAP-Lite-0.60/t/06-modules.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/07-xmlrpc_payload.t SOAP-Lite-0.60/t/07-xmlrpc_payload.t
--- SOAP-Lite-0.60.orig/t/07-xmlrpc_payload.t	2003-08-18 22:44:37 +0400
+++ SOAP-Lite-0.60/t/07-xmlrpc_payload.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/08-schema.t SOAP-Lite-0.60/t/08-schema.t
--- SOAP-Lite-0.60.orig/t/08-schema.t	2003-08-18 22:44:37 +0400
+++ SOAP-Lite-0.60/t/08-schema.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/11-cgi.t SOAP-Lite-0.60/t/11-cgi.t
--- SOAP-Lite-0.60.orig/t/11-cgi.t	2003-08-18 22:44:38 +0400
+++ SOAP-Lite-0.60/t/11-cgi.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/12-cgi_https.t SOAP-Lite-0.60/t/12-cgi_https.t
--- SOAP-Lite-0.60.orig/t/12-cgi_https.t	2003-08-18 22:44:38 +0400
+++ SOAP-Lite-0.60/t/12-cgi_https.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/13-mod_perl.t SOAP-Lite-0.60/t/13-mod_perl.t
--- SOAP-Lite-0.60.orig/t/13-mod_perl.t	2003-08-18 22:44:39 +0400
+++ SOAP-Lite-0.60/t/13-mod_perl.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/14-cgi_apache.t SOAP-Lite-0.60/t/14-cgi_apache.t
--- SOAP-Lite-0.60.orig/t/14-cgi_apache.t	2003-08-18 22:44:39 +0400
+++ SOAP-Lite-0.60/t/14-cgi_apache.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/15-daemon.t SOAP-Lite-0.60/t/15-daemon.t
--- SOAP-Lite-0.60.orig/t/15-daemon.t	2003-08-18 22:44:40 +0400
+++ SOAP-Lite-0.60/t/15-daemon.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/16-tcp.t SOAP-Lite-0.60/t/16-tcp.t
--- SOAP-Lite-0.60.orig/t/16-tcp.t	2003-08-18 22:44:40 +0400
+++ SOAP-Lite-0.60/t/16-tcp.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/17-mod_soap.t SOAP-Lite-0.60/t/17-mod_soap.t
--- SOAP-Lite-0.60.orig/t/17-mod_soap.t	2003-08-18 22:44:41 +0400
+++ SOAP-Lite-0.60/t/17-mod_soap.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/19-apachesoap.t SOAP-Lite-0.60/t/19-apachesoap.t
--- SOAP-Lite-0.60.orig/t/19-apachesoap.t	2003-08-18 22:44:41 +0400
+++ SOAP-Lite-0.60/t/19-apachesoap.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/21-public.t SOAP-Lite-0.60/t/21-public.t
--- SOAP-Lite-0.60.orig/t/21-public.t	2003-08-18 22:44:42 +0400
+++ SOAP-Lite-0.60/t/21-public.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/22-interop_apache.t SOAP-Lite-0.60/t/22-interop_apache.t
--- SOAP-Lite-0.60.orig/t/22-interop_apache.t	2003-08-18 22:44:43 +0400
+++ SOAP-Lite-0.60/t/22-interop_apache.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/23-ppm.t SOAP-Lite-0.60/t/23-ppm.t
--- SOAP-Lite-0.60.orig/t/23-ppm.t	2003-08-18 22:44:43 +0400
+++ SOAP-Lite-0.60/t/23-ppm.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/24-wsdl.t SOAP-Lite-0.60/t/24-wsdl.t
--- SOAP-Lite-0.60.orig/t/24-wsdl.t	2003-08-18 22:44:44 +0400
+++ SOAP-Lite-0.60/t/24-wsdl.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/25-uddi.t SOAP-Lite-0.60/t/25-uddi.t
--- SOAP-Lite-0.60.orig/t/25-uddi.t	2003-08-18 22:44:44 +0400
+++ SOAP-Lite-0.60/t/25-uddi.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/26-xmlrpc.t SOAP-Lite-0.60/t/26-xmlrpc.t
--- SOAP-Lite-0.60.orig/t/26-xmlrpc.t	2003-08-18 22:44:45 +0400
+++ SOAP-Lite-0.60/t/26-xmlrpc.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/27-xmlparserlite.t SOAP-Lite-0.60/t/27-xmlparserlite.t
--- SOAP-Lite-0.60.orig/t/27-xmlparserlite.t	2003-08-18 22:44:45 +0400
+++ SOAP-Lite-0.60/t/27-xmlparserlite.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/28-uddi_search.t SOAP-Lite-0.60/t/28-uddi_search.t
--- SOAP-Lite-0.60.orig/t/28-uddi_search.t	2003-08-18 22:44:46 +0400
+++ SOAP-Lite-0.60/t/28-uddi_search.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/29-uddi_publishing.t SOAP-Lite-0.60/t/29-uddi_publishing.t
--- SOAP-Lite-0.60.orig/t/29-uddi_publishing.t	2003-08-18 22:44:46 +0400
+++ SOAP-Lite-0.60/t/29-uddi_publishing.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/36-leaks.t SOAP-Lite-0.60/t/36-leaks.t
--- SOAP-Lite-0.60.orig/t/36-leaks.t	2003-08-18 22:44:47 +0400
+++ SOAP-Lite-0.60/t/36-leaks.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/37-mod_xmlrpc.t SOAP-Lite-0.60/t/37-mod_xmlrpc.t
--- SOAP-Lite-0.60.orig/t/37-mod_xmlrpc.t	2003-08-18 22:44:47 +0400
+++ SOAP-Lite-0.60/t/37-mod_xmlrpc.t	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -Naur SOAP-Lite-0.60.orig/t/TEST.pl SOAP-Lite-0.60/t/TEST.pl
--- SOAP-Lite-0.60.orig/t/TEST.pl	2003-08-18 22:44:51 +0400
+++ SOAP-Lite-0.60/t/TEST.pl	2004-12-12 14:57:29 +0300
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 #!d:\perl\bin\perl.exe 
 
 BEGIN {

[-- Attachment #2: Type: application/pgp-signature, Size: 245 bytes --]

  reply	other threads:[~2005-03-30  6:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26 13:22 Вячеслав Диконов
2005-03-26 14:35 ` Anton D. Kachalov
2005-03-26 15:09   ` Вячеслав Диконов
2005-03-26 15:16 ` Nikolay A. Fetisov
2005-03-26 15:12   ` Вячеслав Диконов
2005-03-26 15:20     ` Anton D. Kachalov
2005-03-26 15:41     ` Nikolay A. Fetisov
2005-03-26 15:47       ` Вячеслав Диконов
2005-03-26 16:13         ` Nikolay A. Fetisov
2005-03-26 16:14           ` Вячеслав Диконов
2005-03-26 16:40             ` Nikolay A. Fetisov
2005-03-26 22:41               ` Вячеслав Диконов
2005-03-26 23:42                 ` Nikolay A. Fetisov
2005-03-27  5:50                   ` Вячеслав Диконов
2005-03-29 12:51                     ` Andrey Brindeew
2005-03-29 18:11                       ` Вячеслав Диконов
2005-03-30  6:29                         ` Andrey Brindeew [this message]
2005-04-02 18:48         ` [devel] " Alexey Tourbin
2005-04-02 19:57           ` Alexey Tourbin
2005-04-02 18:27 ` Alexey Tourbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050330062954.GA5996@abr.pp.ru \
    --to=abr@altlinux.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git