On Fri May 31 07:50:24 2013, Duncan.Garland@motortrak.com wrote:
Show quoted text>
>
> From: Duncan Garland
> Sent: 31 May 2013 12:48
> To: 'bug-SOAP-Lite@rt.cpan.org.'
> Subject: Bad plan t/04-attach.t
>
> This plans 15 tests but runs 18.
This worked for me while installing via cpan:
After failed installation, while in cpan:
Show quoted textcpan> look SOAP::Lite
takes you to directory in a bash shell
Show quoted textbash> vi t/04-attach.t
find
BEGIN { plan tests => 15 }
and change 15 to 18. Save and exit vi. exit bash (takes you back to cpan)
Show quoted textcpan> install SOAP::Lite