This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tired of looking up old bug numbers
[perl5.git] / t / op / avhv.t
index 39a54dc..72d041f 100644 (file)
@@ -276,7 +276,7 @@ eval {
 };
 not_hash($@);
 
-# Check hash slices (BUG ID 20010423.002)
+# Check hash slices (BUG ID 20010423.002 (#6879))
 $avhv = [{foo=>1, bar=>2}];
 eval {
     @$avhv{"foo", "bar"} = (42, 53);