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


in reply to PPM download ppd without install

I faced the same problem lately. My solution was to patch ppm so it doesn't delete the temporary files it creates. This can be done by simply commenting out the lines
247: rmtree($tmpdir) if $tmpdir;
and
309: unlink $filename;
After patching and installing the modules you need, you will find the downloaded tarball somewhere in your temp directory. This doesn't save the .ppd file, but creating a ppd for a tarball you already have is trivial.


holli, /regexed monk/