Subject: | Broken HTTP::Lite dependency when installing with cpanm |
HTTP::Lite fails to be found by cpanm when using that to install.
The cause is an extra leading space in the module's name, in Makefile.PL:
feature 'Web Crawling',
-default => 0,
' HTTP::Lite' => 0,
'Bundle::LWP' => 0,
'LWP::Simple' => 0,
'WWW::Mechanize' => 0,
'WWW::Mechanize::TreeBuilder' => 0,
;
Is that deliberate?