Fri Jan 29 07:43:08 2010: Request 54115 was acted upon. Transaction: Ticket created by RENEEB Queue: Wx Subject: Installation error: use Data::Dumper is missing Broken in: 0.96 Severity: Important Owner: Nobody Requestors: ren...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54115 >
Hi *, I just wanted to install Wx on my machine, but I get the error, that method "Dump" could not be found (in file /build/Wx/build/MakeMaker/Any_OS.pm). In line 204 you use Data::Dumper->Dump(...), but you've never "use"ed Data::Dumper; Adding "use Data::Dumper;" solves the issue. - Renée