Subject: | Missing test dependency on XML::Compile::Tester |
Similar mechanism and solution as https://rt.cpan.org/Ticket/Display.html?id=130096
The only reason this passes tests on CPAN is because of the recursive assumption that all dependencies are going to run tests, and all dependencies are going to subsequently pull test deps.
Please remedy this with a direct dependency.
Thanks.
$ cpanm --look XML::Compile::WSDL11
--> Working on XML::Compile::WSDL11
Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/XML-Compile-WSDL11-3.07.tar.gz ... OK
Entering /home/kent/.cpanm/work/1563364594.14065/XML-Compile-WSDL11-3.07 with /bin/bash
$ grep 'Tester' -r .
./t/50wsdl.t:use XML::Compile::Tester;
./t/51wsdloneway.t:use XML::Compile::Tester;
./t/53wsdlrpclit.t:use XML::Compile::Tester;
./t/52wsdlfault.t:use XML::Compile::Tester;
./t/54wsdlrpclit.t:use XML::Compile::Tester;
./t/TestTools.pm:use XML::Compile::Tester;
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
The only reason this passes tests on CPAN is because of the recursive assumption that all dependencies are going to run tests, and all dependencies are going to subsequently pull test deps.
Please remedy this with a direct dependency.
Thanks.
$ cpanm --look XML::Compile::WSDL11
--> Working on XML::Compile::WSDL11
Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/XML-Compile-WSDL11-3.07.tar.gz ... OK
Entering /home/kent/.cpanm/work/1563364594.14065/XML-Compile-WSDL11-3.07 with /bin/bash
$ grep 'Tester' -r .
./t/50wsdl.t:use XML::Compile::Tester;
./t/51wsdloneway.t:use XML::Compile::Tester;
./t/53wsdlrpclit.t:use XML::Compile::Tester;
./t/52wsdlfault.t:use XML::Compile::Tester;
./t/54wsdlrpclit.t:use XML::Compile::Tester;
./t/TestTools.pm:use XML::Compile::Tester;
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )