On Mon, 5 Feb 2007, Fish, David wrote:

> cpan> install Crypt::Blowfish
> Running install for module Crypt::Blowfish
> Running make for D/DP/DPARIS/Crypt-Blowfish-2.10.tar.gz
>  Is already unwrapped into directory \.cpan\build\Crypt-Blowfish-2.10
>  Has already been processed within this session
> Running make test
> 'test' is not recognized as an internal or external command,
> operable program or batch file.
>   test -- NOT OK

It sounds like it's calling the shell command "test", which
is commonly available in unix - this is used as
       test SOME_EXPRESSION
which will exit with the status determined by SOME_EXPRESSION.

-- 
best regards,
Randy Kobes
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to