Subject: | Dependency issue: XML::Compile::SOAP::Daemon |
It looks like XML::Compile::SOAP will not install (upgrade) XML::Compile::SOAP::Daemon during build unless it is already installed.
For some reason XML::Compile::SOAP still declares XML::Compile::SOAP::Daemon as a dependency in META.yml. This feels wrong and I guess this may confuse some tools.
One of the tools that is known to be confused is Pinto (personal cpan mirror manager). It tries to find minimal set of packages needed to be installed in order to install all packages in a mirror. The fact that XML::Compile::SOAP has a dependency it doesn't install confuses Pinto and Pinto doesn't install 'XML::Compile::SOAP::Daemon' and packages it depends on.
Would it be possible to remove XML::Compile::SOAP::Daemon from the dependencies from META.yml?
Thanks!