On Thu, Nov 08, 2001 at 05:42:39PM -0600, Craig A. Berry wrote:
> -if ($Is_MSWin32 || $Is_NetWare || $Is_Dos || $Is_MPE || $Is_MacOS) {
> +if ($Is_MSWin32 || $Is_NetWare || $Is_Dos || $Is_MPE || $Is_MacOS | $Is_VMS) {
|| $Is_VMS
--
Michael G. Schwern <[EMAIL PROTECTED]>http://www.pobox.
Below is a working patch to magic.t, which gets all tests passing except:
# Use of uninitialized value in scalar assignment at [.op]magic.t line 244.
not ok 31
The code for that test looks like:
{
local $SIG{'__WARN__'} = sub { print "# @_\nnot " };
$! = undef;
ok 1;
}
A