Hi,
it looks like you are missing a couple of dependencies.
Net::DNS , Digest::SHA1 , IO::Socket::SSL (not in core)
IO::Socket::INET , MIME::Base64 (added to core after 5.005)
(you can check when something was added to the perl core using
Module::CoreList )
Adding
PREREQ_PM => {
'Net::DNS' => 0, Digest::SHA1 => 0 , IO::Socket::SSL => 0
}
to your call to WriteMakefile will let cpan know which modules it needs
to install before installing Jabber::Lite