Skip Menu |

This queue is for tickets about the HTTP-Async CPAN distribution.

Report information
The Basics
Id: 85612
Status: resolved
Priority: 0/
Queue: HTTP-Async

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

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



Subject: typo in POD
Hi, while packaging HTTP::Async for Debian, our automated qa tools called my attention to a typo in the documentation, and I'd like to share the patch for inclusion at your convenience: --- a/lib/HTTP/Async.pm +++ b/lib/HTTP/Async.pm @@ -243,7 +243,7 @@ $async->poke; At fairly frequent intervals some housekeeping needs to performed - such as -reading recieved data and starting new requests. Calling C<poke> lets the +reading received data and starting new requests. Calling C<poke> lets the object do this and then return quickly. Usually you will not need to use this as most other methods do it for you. Florian
Good catch, thanks Florian! Fixed here: https://github.com/evdb/HTTP-Async/commits/master https://github.com/evdb/HTTP-Async/commit/738bbb24d3959f93d8fb74b786cda8f8b6add009 Will be on CPAN soon as 0.18 - Alex On Sat May 25 13:40:12 2013, fschlich wrote: Show quoted text
> Hi, > > while packaging HTTP::Async for Debian, our automated qa tools called > my attention to a typo in the documentation, and I'd like to share the > patch for inclusion at your convenience: > > --- a/lib/HTTP/Async.pm > +++ b/lib/HTTP/Async.pm > @@ -243,7 +243,7 @@ > $async->poke; > > At fairly frequent intervals some housekeeping needs to performed - > such as > -reading recieved data and starting new requests. Calling C<poke> lets > the > +reading received data and starting new requests. Calling C<poke> lets > the > object do this and then return quickly. Usually you will not need to > use this > as most other methods do it for you. > > > Florian