import SOAP-WSDL 1.22 from CPAN

git-cpan-module:   SOAP-WSDL
git-cpan-version:  1.22
git-cpan-authorid: MKUTTER
git-cpan-file:     authors/id/M/MK/MKUTTER/SOAP-WSDL-1.22.tar.gz
This commit is contained in:
Martin Kutter
2007-05-30 00:52:27 -08:00
committed by Michael G. Schwern
parent a31389246e
commit 903b3e95e4
6 changed files with 1030 additions and 787 deletions

View File

@@ -1,6 +1,6 @@
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD" if $@;
eval { use Test::Pod::Coverage 1.08 };
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD" if $@;
BEGIN