Skip Menu |

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

Report information
The Basics
Id: 58440
Status: resolved
Priority: 0/
Queue: WWW-Wikipedia

People
Owner: Nobody in particular
Requestors: alexsorinpop [...] gmail.com
Cc:
AdminCc:

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



Because of some wikipedia changes there are some articles on which WWW::Wikipedia will error with Deep recursion on subroutine "WWW::Wikipedia::search" at WWW/Wikipedia.pm line 158.. eg: Strive_Act Here is the diff to fix this: 160c160 < && $entry->text() =~ /^#REDIRECT (.*)/i; --- Show quoted text
> && $entry->text() =~ /^#REDIRECT (.*)/is;
Fixed in version 1.97. Thanks!