In article <a05101001b80d132462a5@[172.16.52.1]>, "Craig A. Berry"
<[EMAIL PROTECTED]> wrote:

> BTW, when running tests you're generally in the t directory, aren't you, so
> wouldn't it just be "op/my_stash.t"?

Not necessarily.  Lots of tests start with:

        BEGIN {
                chdir 't' if -d 't';
                @INC = '..lib';
        }

Whether or not that's cargo-cultery*, it's convenient for running tests without
having to be in the t/ directory.

-- c

* Would formparse.pl be considered "cargo cutlery"?

Reply via email to