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;