On 11/01/2012 12:50 PM, Ram wrote: > There are tools to do it (cpan2rpm comes to mind) and of course > something like perlbrew (oft mentioned in this type of discussion) > which I believe that compiles things into 'executables'.
perlbrew doesn't compile Perl modules into executables. perlbrew compiles a whole another installation of perl for you, so that you don't have to use /usr/bin/perl. Once you're using your new perl, you can install whatever modules you want from CPAN without wasting time getting build and install paths correct everywhere. -------- We're hiring! http://bestpractical.com/jobs
