wrong dependencies building perl-SOAP-WSDL

Michael Schwendt mschwendt at gmail.com
Tue Oct 4 14:11:52 UTC 2011


On Tue, 4 Oct 2011 16:08:58 +0200, IA (Iain) wrote:

> > a workaround with "Provides" does it's jon and all autotests are running
> > fine - (transferdomain, createdomain, updatedomain, createperson.....)
> >
> > Provides: perl(SOAP::WSDL::Header)
> 
> Please don't provide things that you're not really providing. It looks
> to me like it's just a typo in HeaderFault.pm. I think it should be
> 
> --- HeaderFault.pm.orig 2011-10-04 16:08:11.314507144 +0200
> +++ HeaderFault.pm      2011-10-04 16:07:04.501291302 +0200
> @@ -1,7 +1,7 @@
>  package SOAP::WSDL::SOAP::HeaderFault;
>  use strict;
>  use warnings;
> -use base qw(SOAP::WSDL::Header);
> +use base qw(SOAP::WSDL::SOAP::Header);
> 
>  use version; our $VERSION = qv('2.00.10');

which matches the entry in the "Modules" section at:
http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.10/

-- 
Fedora release 16 (Verne) - Linux 3.1.0-0.rc8.git0.0.fc16.x86_64
loadavg: 0.00 0.04 0.08


More information about the devel mailing list