import SOAP-WSDL 1.21 from CPAN

git-cpan-module:   SOAP-WSDL
git-cpan-version:  1.21
git-cpan-authorid: MKUTTER
git-cpan-file:     authors/id/M/MK/MKUTTER/SOAP-WSDL-1.21.tar.gz
This commit is contained in:
Martin Kutter
2009-12-12 19:47:39 -08:00
committed by Michael G. Schwern
parent 95465c33d9
commit a31389246e
17 changed files with 2152 additions and 1525 deletions
+7
View File
@@ -0,0 +1,7 @@
use Module::Build;
Module::Build->new(
dist_abstract => 'WSDL support for SOAP::Lite',
module_name => 'SOAP::WSDL',
license => 'artistic',
requires => { 'SOAP::Lite' => 0.55, 'XML::XPath' => 0 }
)->create_build_script;