Change 20953 by [EMAIL PROTECTED] on 2003/08/30 17:02:07
In maint unpack is ($$), not ($;$).Affected files ... ... //depot/maint-5.8/perl/t/op/cproto.t#3 edit Differences ... ==== //depot/maint-5.8/perl/t/op/cproto.t#3 (text) ==== Index: perl/t/op/cproto.t --- perl/t/op/cproto.t#2~20949~ Fri Aug 29 23:09:31 2003 +++ perl/t/op/cproto.t Sat Aug 30 10:02:07 2003 @@ -242,7 +242,7 @@ undef undef unless undef unlink (@) -unpack ($;$) +unpack ($$) unshift (\@@) untie undef until undef End of Patch.
