[devel] Perl модули

Andrey Brindeew =?iso-8859-1?q?abr_=CE=C1_altlinux=2Eru?=
Ср Мар 30 10:29:54 MSD 2005


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.
----------- следующая часть -----------
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 {
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Тип     : application/pgp-signature
Размер  : 245 байтов
Описание: =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Url     : <http://lists.altlinux.org/pipermail/devel/attachments/20050330/8f2a1c4f/attachment-0001.bin>


Подробная информация о списке рассылки Devel