in reply to Handling config-files in Tests (SOLVED)

Not quite an answer to your question, but consider the possibility of using File::ShareDir for this.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • Comment on Re: Handling config-files in Tests (SOLVED)

Replies are listed 'Best First'.
Re^2: Handling config-files in Tests (SOLVED)
by CountZero (Bishop) on Feb 18, 2007 at 09:54 UTC
    Wonderful! I never heard of this module but I immediately checked it, installed it and used it. Its companion module Module::Install solved a few other problems in my Makefile.pl too!

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law