Integrate from mainperl.
[p5sagit/p5-mst-13.2.git] / t / op / flip.t
index 7852d0c..20167f3 100755 (executable)
@@ -6,7 +6,7 @@ print "1..9\n";
 
 @a = (1,2,3,4,5,6,7,8,9,10,11,12);
 
-while ($_ = shift(a)) {
+while ($_ = shift(@a)) {
     if ($x = /4/../8/) { $z = $x; print "ok ", $x + 0, "\n"; }
     $y .= /1/../2/;
 }