Remove duplicate entries from MANIFEST
[p5sagit/p5-mst-13.2.git] / t / op / bop.t
old mode 100755 (executable)
new mode 100644 (file)
index bc61c58..b7f82ee
@@ -447,7 +447,7 @@ for my $str ("x", "\x{100}") {
 }
 
 sub PVBM () { "X" }
-index PVBM, "foo";
+index "foo", PVBM;
 
 my $warn = 0;
 local $^W = 1;