r23512 - /trunk/soap-lite/Makefile.PL

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 22 20:29:22 UTC 2008


Author: dmn
Date: Tue Jul 22 20:29:20 2008
New Revision: 23512

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23512
Log:
revert mistaken commit of patched Makeffile.PL

Modified:
    trunk/soap-lite/Makefile.PL

Modified: trunk/soap-lite/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/Makefile.PL?rev=23512&op=diff
==============================================================================
--- trunk/soap-lite/Makefile.PL (original)
+++ trunk/soap-lite/Makefile.PL Tue Jul 22 20:29:20 2008
@@ -163,7 +163,7 @@
     $tests = join ' ' , @test_from;
 }
 else {
-    $tests = join ' ', glob ('t/0*.t t/*xmlparserlite.t t/*loopback.t');
+    $tests = join ' ', glob ('t/0*.t');
 }
 
 ExtUtils::MakeMaker::WriteMakefile(
@@ -175,7 +175,7 @@
     'PREREQ_PM'     => {
         %prereqs
      },
-    'EXE_FILES'     => ['bin/SOAPsh', 'bin/XMLRPCsh', 'bin/stubmaker'],
+    'EXE_FILES'     => ['bin/SOAPsh.pl', 'bin/XMLRPCsh.pl', 'bin/stubmaker.pl'],
     test            => {TESTS => $tests},
 );
 




More information about the Pkg-perl-cvs-commits mailing list