It's saying it can't find a perl module on your system, specifically, LWP/Simple.pm.
You need to download it from the CPAN archive and install it. When you decompress it, look for a README or INSTALL file that will have instructions.
Don't be too worried if it fails the tests - often that doesn't prevent the module from working.
Wade