jplindstrom has asked for the wisdom of the Perl Monks concerning the following question:
lib/Foo/Bar.pm lib/Foo/Bar/Baz.pm lib/Blah/Bleh.pm
Where do I stick the t/ directory? Like this?
lib/t/Foo/Bar.t lib/t/Foo/Bar/Baz.t ...
or below each module, like this?
lib/Foo/Bar/t/Bar.t lib/Foo/Bar/Baz/t/Baz.t ...
How do you do this? Or do you do it some other way?
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Testing: where does the t directory go?
by lachoy (Parson) on May 30, 2002 at 12:10 UTC | |
by jplindstrom (Monsignor) on May 30, 2002 at 18:16 UTC |