Subject: | Test errors due to "missing" wsdl file |
Net::Google v. 1.0
perl -v: This is perl, v5.8.6 built for i386-linux
uname -a: Linux flaviox 2.4.20-flavio-qos #1 Mon Nov 10 13:03:54 CET 2003 i686 unknown
[All paths below start from the main Net-Google-1.0 directory]
File lib/Net/Google/Services/GoogleSearch.wsdl isn't copied inside
blib/... during build phase. This makes t/00[123]* tests fail due to the absence of the WSDL file in the expected path under @INC; I solved this manually:
* creating the Services directory in blib/lib/Net/Google
* copying lib/Net/Google/Services/GoogleSearch.wsdl inside blib/lib/Net/Google/Services
I don't have a patch to propose, simply because I don't know Module::Build - sorry for this.