Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Curl-Simple CPAN distribution.

Report information
The Basics
Id: 60074
Status: resolved
Priority: 0/
Queue: WWW-Curl-Simple

People
Owner: andreas.marienborg [...] gmail.com
Requestors: nuno.dias [...] gmail.com
Cc:
AdminCc:

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



Subject: WWW-Curl-Simple make test error
Date: Wed, 04 Aug 2010 17:27:09 +0100
To: bug-WWW-Curl-Simple [...] rt.cpan.org
From: Nuno Dias <nuno.dias [...] gmail.com>
Hi, I'm trying to compile WWW-Curl-Simple module, but when I do "make test" I have this error ... t/10.simple.t ............... 1/2 An error happened: Failure when receiving data from the peer (56) at perl-WWW-Curl-Simple-0.100181/blib/lib/WWW/Curl/Simple.pm line 27 t/10.simple.t ............... Failed 1/2 subtests I'm using Fedora 13 x86_64 and the last version of WWW-Curl-Simple 0.100181 Thank's Nuno -- Nuno Dias <Nuno.Dias@gmail.com>
On Wed Aug 04 12:27:22 2010, nuno.dias@gmail.com wrote: Show quoted text
> Hi, > > I'm trying to compile WWW-Curl-Simple module, but when I do "make test" > I have this error ... > > t/10.simple.t ............... 1/2 An error happened: Failure when > receiving data from the peer (56) > at perl-WWW-Curl-Simple-0.100181/blib/lib/WWW/Curl/Simple.pm line 27 > t/10.simple.t ............... Failed 1/2 subtests > > I'm using Fedora 13 x86_64 and the last version of WWW-Curl-Simple > 0.100181 > > Thank's > Nuno
Hey Sorry for the late reply :/ I have seen this error some times, but I am unable to reproduce it at all on my machines, so I have never been able to dig into it :( It might be the way I spawn a http daemon, but I'm not sure. It is just an error with the test though, the functionality still works.
On Mon Sep 13 03:23:28 2010, ANDREMAR wrote: Show quoted text
> On Wed Aug 04 12:27:22 2010, nuno.dias@gmail.com wrote:
> > Hi, > > > > I'm trying to compile WWW-Curl-Simple module, but when I do "make
> test"
> > I have this error ... > > > > t/10.simple.t ............... 1/2 An error happened: Failure when > > receiving data from the peer (56) > > at perl-WWW-Curl-Simple-0.100181/blib/lib/WWW/Curl/Simple.pm line 27 > > t/10.simple.t ............... Failed 1/2 subtests > > > > I'm using Fedora 13 x86_64 and the last version of WWW-Curl-Simple > > 0.100181 > > > > Thank's > > Nuno
> > > Hey > > Sorry for the late reply :/ > > I have seen this error some times, but I am unable to reproduce it at > all on my machines, so I > have never been able to dig into it :( > > It might be the way I spawn a http daemon, but I'm not sure. > > It is just an error with the test though, the functionality still > works.
I just merged a pull request from chromatic, that he claims fixes this error. If you could test, you can download a tarball or clone the git repo here: https://github.com/omega/www-curl-simple Thanks again for the bug report, and sorry again for my tardiness in fixing the issue
Subject: Re: [rt.cpan.org #60074] WWW-Curl-Simple make test error
Date: Fri, 06 May 2011 14:55:36 +0100
To: bug-WWW-Curl-Simple [...] rt.cpan.org
From: Nuno Dias <nuno.dias [...] gmail.com>
I've tested and it works without errors. cheers, Nuno On Thu, 2011-05-05 at 22:26 -0400, Andreas Marienborg via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=60074 > > > On Mon Sep 13 03:23:28 2010, ANDREMAR wrote:
> > On Wed Aug 04 12:27:22 2010, nuno.dias@gmail.com wrote:
> > > Hi, > > > > > > I'm trying to compile WWW-Curl-Simple module, but when I do "make
> > test"
> > > I have this error ... > > > > > > t/10.simple.t ............... 1/2 An error happened: Failure when > > > receiving data from the peer (56) > > > at perl-WWW-Curl-Simple-0.100181/blib/lib/WWW/Curl/Simple.pm line 27 > > > t/10.simple.t ............... Failed 1/2 subtests > > > > > > I'm using Fedora 13 x86_64 and the last version of WWW-Curl-Simple > > > 0.100181 > > > > > > Thank's > > > Nuno
> > > > > > Hey > > > > Sorry for the late reply :/ > > > > I have seen this error some times, but I am unable to reproduce it at > > all on my machines, so I > > have never been able to dig into it :( > > > > It might be the way I spawn a http daemon, but I'm not sure. > > > > It is just an error with the test though, the functionality still > > works.
> > I just merged a pull request from chromatic, that he claims fixes this > error. If you could test, you can download a tarball or clone the git > repo here: > > https://github.com/omega/www-curl-simple > > Thanks again for the bug report, and sorry again for my tardiness in > fixing the issue >
-- Nuno Dias <Nuno.Dias@gmail.com>
pushed a new release, thanks for verifying!