Skip Menu |

This queue is for tickets about the Catalyst-Controller-SOAP CPAN distribution.

Report information
The Basics
Id: 95327
Status: open
Priority: 0/
Queue: Catalyst-Controller-SOAP

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.25
Fixed in: (no value)



Subject: Undeclared dependency on XML::Compile::WSDL11
http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP-1.25/lib/Catalyst/Controller/SOAP.pm in line 6 there is a use XML::Compile::WSDL11; But it is not declared as a dependency in http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP-1.25/Makefile.PL But the mssing dependency leads to fail reports: http://www.cpantesters.org/cpan/report/38645006 I suppose the tree of dependencies has changed slightly, so that this one was covered in former times but stopped being covered somehow. HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
From: mcgrath.martin [...] gmail.com
On Sun May 04 06:56:56 2014, ANDK wrote: Show quoted text
> http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP- > 1.25/lib/Catalyst/Controller/SOAP.pm in line 6 there is a > > use XML::Compile::WSDL11; > > But it is not declared as a dependency in > http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP- > 1.25/Makefile.PL > > But the mssing dependency leads to fail reports: > > http://www.cpantesters.org/cpan/report/38645006 > > I suppose the tree of dependencies has changed slightly, so that this > one was covered in former times but stopped being covered somehow. > > HTH&&Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
Pull request for this: https://github.com/ruoso/Catalyst-Controller-SOAP/pull/1
RT-Send-CC: mcgrath.martin [...] gmail.com
On 2014-05-04 01:56:56, ANDK wrote: Show quoted text
> http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP- > 1.25/lib/Catalyst/Controller/SOAP.pm in line 6 there is a > > use XML::Compile::WSDL11; > > But it is not declared as a dependency in > http://cpansearch.perl.org/src/DRUOSO/Catalyst-Controller-SOAP- > 1.25/Makefile.PL > > But the mssing dependency leads to fail reports: > > http://www.cpantesters.org/cpan/report/38645006 > > I suppose the tree of dependencies has changed slightly, so that this > one was covered in former times but stopped being covered somehow. > > HTH&&Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
Another possibly missing dependency: Class::Accessor::Fast