http://www.perlmonks.org?node_id=704612


in reply to Re: deploying Perl project to production
in thread deploying Perl project to production

we use DEBIAN's dpkg to smoosh everything up into a neat little package

I use dh-make-perl to produce .deb packages and it makes things quite smooth if your Perl project is in CPAN or follows common Perl practices. As a matter of fact, I recently used dh-make-perl to make the Padre Perl IDE packages for Ubuntu Hardy, including a few other dependencies.