At 12:02 AM -0500 6/10/02, Craig A. Berry wrote:
>Dan is probably right about "other" being the right answer.  You
>could verify this by running "MMK test" and capturing the exact Perl
>command used to execute the test and then running it outside the
>context of MMK.  This does surprise me a bit since a spawned process
>is still interactive if it attaches to your terminal:

Generally it looks like:

    perl "-Iblib/lib" "-Iblib/arch" t/basic.t

If it's test.pl, then put that in instead of t/basic.t. It's the two 
"-I" bits that are important, putting your uninstalled module 
directories in perl's search path.
-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to