Remove duplicate entries from MANIFEST
[p5sagit/p5-mst-13.2.git] / t / op / split.t
index da12b3e..6e98078 100644 (file)
@@ -462,7 +462,7 @@ is($cnt, scalar(@ary));
 }
 
 {
-    # Bug #XXXXX
+    # Bug #69875
     # 'Hybrid' scalar-and-array context
     scalar(our @PATH = split /::/, "Font::GlyphNames");
            # 'my' doesn't trigger the bug