in reply to "make test" problems with previously installed module
That's a little odd because the tests are basically run as if they had been called like:
which basically places the blib structure first in @INC. You might want to try running the tests by hand like the above in the first instance to see if that works as expected; it could be something in the test files themselves for instance rather than the module itself.perl -Mblib t/test_file.t
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "make test" problems with previously installed module
by geektron (Curate) on Sep 08, 2005 at 23:39 UTC | |
by Tanktalus (Canon) on Sep 08, 2005 at 23:55 UTC | |
by geektron (Curate) on Sep 11, 2005 at 17:30 UTC | |
|
Re^2: "make test" problems with previously installed module
by geektron (Curate) on Sep 08, 2005 at 19:09 UTC |