Subject: | Can't locate object method "spawn" via package "POE::Component::Client::DNS" (perhaps you forgot to load "POE::Component::Client::DNS"?) at /usr/local/share/perl/5.10.1/Gungho/Engine/POE.pm line 105. |
Hello,
Since I upgraded dependency POE::Component::Client::Keepalive to version
0.266, I get this error running Gungho :
Can't locate object method "spawn" via package
"POE::Component::Client::DNS" (perhaps you forgot to load
"POE::Component::Client::DNS"?) at
/usr/local/share/perl/5.10.1/Gungho/Engine/POE.pm line 105.
This can be fixed by adding the following line in Gungho/Engine/POE.pm :
use POE::Component::Client::DNS;
IC