On Wed, 15 Mar 2000 23:27:40 -0800 (PST), Prymmer/Kahn <[EMAIL PROTECTED]>
wrote in <[EMAIL PROTECTED]>:

> OK after building and installing RC2 on Win NT 4 with MSVC 5 
> I see this after attempting to C<use vmsish;>
> 
>  D:\perl_rc2>./5.6.0/bin/MSWin32-x86/perl -Mvmsish -e "print 'hello'"
>  Can't locate vmsish.pm in @INC (@INC contains: 
>  D:/perl_rc2/5.6.0/lib/MSWin32-x86 D:/perl_rc2/5.6.0/lib 
>  D:/perl_rc2/site/5.6.0/lib/MSWin32-x86 D:/perl_rc2/site/5 .6.0/lib .).
>  BEGIN failed--compilation aborted.
> 
> So I patch the win32\Makefile (leaving the makefile.mk to someone who
> uses dmake) like so:
> 
Patch removed---

> Now after running `nmake install` I see:
> 
>  D:\perl-5.6.0-RC2\win32>d:\perl_rc2\5.6.0\bin\mswin32-x86\perl -Mvmsish -e 
"print 'hello'"
>  This isn't VMS at -e line 0
>  Compilation failed in require.
>  BEGIN failed--compilation aborted.
> 
> So it didn't work anyway ;-)

But it did! The message "This isn't VMS" is from a Carp::croak in vmsish.pm.

Maybe it needs to be a Carp::carp?

Ed


Ed James                           [EMAIL PROTECTED]
TeleCommunications Systems, Inc.   voice 410-295-1919
275 West Street, Suite 400         fax   410-280-1094
Annapolis, MD 21401-1740

Reply via email to