Re: bareword test on ebcdic.

2005-07-31 Thread rajarshi das
--- Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > On Thu, Jul 28, 2005 at 12:35:13AM -0700, rajarshi > das wrote: > > Nicholas Clark wrote: > >> If you put those 3 bytes directly between the '{' > and '}' characters in > >> the EBCDIC version of that 1 liner, does it also > print 3500? >

[EMAIL PROTECTED] - ext/Compress/Zlib on VMS.

2005-07-31 Thread John E. Malmberg
The script 03examples.t is failing at test 1 because the includes seem to be set wrong for VMS. --- ext/compress/zlib/t/03examples_t.blead Sun Jul 31 22:54:06 2005 +++ ext/compress/zlib/t/03examples.tSun Jul 31 22:54:12 2005 @@ -42,7 +42,7 @@ my $Inc = '' ; if ($^O eq 'VMS') { - $In

[patch] [EMAIL PROTECTED] - t/op/pack.t undefined value fix

2005-07-31 Thread John E. Malmberg
This test is exiting before running any tests with an undefined value being referenced if $Config{"u64size"} is not defined. -John [EMAIL PROTECTED] Personal Opinion Only --- t/op/pack.t_blead Sun Jul 31 22:12:12 2005 +++ t/op/pack.t Sun Jul 31 21:59:45 2005 @@ -43,7 +43,7 @@ } for my $si

Re: [EMAIL PROTECTED] - t/op/goto.t, gv.t, magic.t on VMS

2005-07-31 Thread John Malmberg
In script t/op/goto.t, tests 53 and 54 are failing because of an unexpected new line that VMS has apparently been requested to add. In script t/op/gv.t, test 67 is spawning a multi-line perl program as an argument to a spawned perl command. The spawned command is returning a success with no o

Re: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)

2005-07-31 Thread H.Merijn Brand
On Fri, 29 Jul 2005 17:41:59 +0200, Dominic Dunlop <[EMAIL PROTECTED]> wrote: > On 2005–07–29, at 16:49, Dominic Dunlop wrote: > > Investigating. > > Right. Patch attached. The PERL_DEBUG_COW definition for the SvNVX > was turning a negative zero into a positive zero. Since I don't have > acc

[EMAIL PROTECTED] - STATUS_NATIVE_SET on VMS

2005-07-31 Thread John E. Malmberg
The macro STATUS_NATIVE_SET on VMS is currently setting any VMS warning status to a PL_statusvalue of 256, which is translated to $! of "invalid file number". VMS status & 1 = success VMS ((status & 7) == 0) = Warning VMS ((status & 7) == 2) = Error VMS ((status & 7) == 6) = Fatal Error. Deter

[PATCH] Typos in *.p[lm]

2005-07-31 Thread Piotr Fusik
This time I spell-checked PODs embedded in *.p[lm] files. See the attachment. typos2.patch.gz Description: GNU Zip compressed data