in reply to Including text files in Modules

The path is wrong. You look for ./lib that means lib inside the current directory.
Boris

Replies are listed 'Best First'.
Re^2: Including text files in Modules
by Miguel (Friar) on Nov 04, 2004 at 18:15 UTC
    That _seems_ to be the problem.

    But if I delete the 'lib' part 'make test' will complain.

    Anyway, if I delete 'lib', and don't run any test, the script still complains: "No such file or directory".

        I tried that too.

        But then how do I do to use this module in other systems?