Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK check
[p5sagit/p5-mst-13.2.git] / t / op / unshift.t
index 68d3775..0c26623 100755 (executable)
@@ -1,7 +1,5 @@
 #!./perl
 
-# $RCSfile: unshift.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:35 $
-
 print "1..2\n";
 
 @a = (1,2,3);