Adrian M. Enache [Sat, 31 May 2003 14:18:11 +0000 (17:18 +0300)]
Message-ID: <
20030531111811.GA1240@ratsnest.hole>
p4raw-id: //depot/perl@19647
{ print "not ok 11\n"; }
{
- my $el;
+ our $el;
format STDOUT =
ok ^<<<<<<<<<<<<<<~~ # sv_chop() naze
$el
if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' || $^O eq 'MacOS' ||
($^O eq 'os2' and not eval '$OS2::can_fork')) {
- foreach (12..47) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; }
+ foreach (13..48) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; }
exit(0);
}