Subject: | Wrong prerequisites specification |
Hi David,
You have an error in Makefile.PL prerequisites:
'use WWW::Mechanize' => 0,
'use URI::Escape' => 0,
While it should be:
'WWW::Mechanize' => 0,
'URI::Escape' => 0,
--
Serguei Trouchelle