The CPAN PERL module Email::Reply is missing as Debian package. As long there is no such a package dh-make-perl is you frind.
Using this tool missing CPAN modules can be easely debianised. $ sudo apt-get install dh-make-perl libemail-mime-creator-perl $ mkdir tmp; cd tmp $ dh-make-perl --build --cpan Email::Reply $ sudo dpkg -i libemail-reply-perl_*.deb Regards, Raphael