import SOAP-WSDL 2.00_09 from CPAN

git-cpan-module:   SOAP-WSDL
git-cpan-version:  2.00_09
git-cpan-authorid: MKUTTER
git-cpan-file:     authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00_09.tar.gz
This commit is contained in:
Martin Kutter
2009-12-12 19:47:47 -08:00
committed by Michael G. Schwern
parent 312f3d6bbd
commit a554e87f49
29 changed files with 1041 additions and 399 deletions
+27
View File
@@ -0,0 +1,27 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'SOAP::WSDL',
'EXE_FILES' => [
bin/wsdl2perl.pl'
],
'VERSION_FROM' => 'lib/SOAP/WSDL.pm',
'PREREQ_PM' => {
'XML::SAX::ParserFactory' => 0,
'XML::Parser::Expat' => 0,
'Class::Std' => 'v0.0.8',
'Date::Format' => 0,
'Date::Parse' => 0,
'List::Util' => 0,
'LWP::UserAgent' => 0,
'XML::SAX::Base' => 0,
'XML::LibXML' => 0,
'File::Path' => 0,
'Class::Std::Storable' => 0,
'File::Basename' => 0
}
)
;