This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 12 May 2002 18:39:48 +0000 (18:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 12 May 2002 18:39:48 +0000 (18:39 +0000)
commitf99693245dcd7253f84d04a114c24e08ce1ceea5
tree777f3af7124beb52c6ac29f8114c02d889324883
parent9c6f85782f1cd7b0fd0a41187c4ee95878c501d4
EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
(The manifestation: running pat.t core dumps after test 639.
 Removing everything after 639 makes core go away, as does
 removing everything before 640.  I did say "weird".  Some
 sort of a memory corruption, no doubt, but no time to debug
 in more detail.)

p4raw-id: //depot/perl@16560
t/op/pat.t