Skip Menu |

This queue is for tickets about the MediaWiki-API CPAN distribution.

Report information
The Basics
Id: 40979
Status: resolved
Priority: 0/
Queue: MediaWiki-API

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

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



Subject: sub api keeps retrying API requests until it hits retrylimit
It seems that the module will, regardless of whether or not a request succeeds, repeat the foreach loop until it hits $retries. You probably want an } else { last; } on the if ($@) statement?
On Sun Nov 16 20:11:32 2008, DCOLLINS wrote: Show quoted text
> It seems that the module will, regardless of whether or not a request > succeeds, repeat the foreach loop until it hits $retries. You probably > want an } else { last; } on the if ($@) statement?
hi, I will look into this. Sorry for any inconvenience this may have caused Best Regards Jools
This is resolved in version 0.20 which should appear on cpan shortly. This bug is what happens when I don't test my new features thoroughly! Thanks for reporting it