Subject: | Makefile.PL PREREQ_PM broken |
The Makefile.PL contains this PREREQ_PM:
PREREQ_PM => {'DBI', 'Carp', 'Env', 'English', 'Net::FTP',
'LWP::Simple', 'LWP::UserAgent',
'HTTP::Response', 'SGML::StripParser',
'Text::Query::BuildSQL', 'URI',
'File::Basename',
'HTML::TokeParser', 'Socket', 'Sys::Hostname',
'Digest::MD5'
},
This is a hashref and not an arrayref, it should be a sequence of moudule-name and minimum version numbers. 0 would be a valid value for each version, but as it stands, allinvolved parties have drop every second string bcause they are only interested in the keys and take the vales as version numbers