In Debian packaging (i.e. the debian/control file), is there a way to define dependencies to specific CPAN modules?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You have to make a Debian package for each CPAN module that you need, and declare those as dependencies. The Debian Perl policy (/usr/share/doc/debian-policy/perl-policy.*) has some information on that. The tool dh-make-perl automates most of the module packaging work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.