in reply to Re: Best way to package perl modules for deployment
in thread Best way to package perl modules for deployment

For Debian systems, there's the most excellent dh-make-perl. It downloads the modules from CPAN, builds them and packages them into nice .deb files. I think there must be some similar tool for RH or Mandrake as well, but I can't remember the name

--bwana147