in reply to Re: install module without the compiler
in thread install module without the compiler

Sorry. Forgot to mention that I'm stuck with Perl 5.6.1 for this app, so it's not core for me.

The module installs great when you start from 'perl Makefile.PL', it's just when you copy the tree somewhere else and try to start from 'make install' that the problem arises.

Found a make target 'pure_install' in the Makefile that just copied the modules files into place. Good for a point solution while I'm off learning PAR.

  • Comment on Re^2: install module without the compiler