Andrew Deason <[email protected]> writes:

> You could generate symlinks at make-time if you really want them. But
> these could just be scripts that execute the same script with a
> different arg.

I do this sort of thing a lot in test suites:

    use lib "$ENV{SOURCE}/lib";
    use Util;

(or whatever the module is).  You can then put the Perl modules in
tests/lib or whatever other directory makes sense and then put all the
shared code in the modules.

-- 
Russ Allbery ([email protected])             <http://www.eyrie.org/~eagle/>
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to