Subject: | Installation error: use Data::Dumper is missing |
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