in reply to path issues? installed module not found

I went through the motions of 'perl Makefile.pl', 'make test' and 'make install'.

Have you skipped the make step?

Replies are listed 'Best First'.
Re^2: path issues? installed module not found
by demerphq (Chancellor) on Mar 08, 2008 at 01:53 UTC

    With any normal perl build process there is no need to run make if you run make test. The test target will do the build process as needed before executing the tests. Bare make is only really needed if you want to build but explicitly not test afterwards.

    ---
    $world=~s/war/peace/g

Re^2: path issues? installed module not found
by ethrbunny (Monk) on Mar 07, 2008 at 17:59 UTC
    D'oh! No - I did actually do that. I remember specifically as I had to copy the files from our root-squashed file server into my local temp space in order to get it to run.