in reply to Re: Re: Re: Re: Makefile.PL even weirder on Windows
in thread Makefile.PL even weirder on Windows
That makes the test file sensitive to what directory its run from.
True, but I don't find this a huge problem myself.
I tend to run tests using make test, so ExtUtils::MakeMaker figures it out for me.
If I want to run individual tests from the command line it's easy to add the path in with -I, or use a tool like Test::Verbose (which looks like it needs patching for Win32 - so probably not a lot of use for you :-).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Makefile.PL even weirder on Windows
by John M. Dlugosz (Monsignor) on Jan 14, 2003 at 19:46 UTC | |
by Aristotle (Chancellor) on Jan 15, 2003 at 01:10 UTC | |
by adrianh (Chancellor) on Jan 14, 2003 at 21:23 UTC | |
by John M. Dlugosz (Monsignor) on Jan 15, 2003 at 04:05 UTC | |
by adrianh (Chancellor) on Jan 15, 2003 at 18:16 UTC |