Skip Menu |

This queue is for tickets about the Jabber-Lite CPAN distribution.

Report information
The Basics
Id: 20685
Status: rejected
Priority: 0/
Queue: Jabber-Lite

People
Owner: Nobody in particular
Requestors: link [...] redbrick.dcu.ie
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.5
Fixed in: (no value)



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