deparse.t: Add bug number
authorFather Chrysostomos <sprout@cpan.org>
Wed, 7 Dec 2011 20:52:05 +0000 (12:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 8 Dec 2011 14:18:08 +0000 (06:18 -0800)
dist/B-Deparse/t/deparse.t

index 492c691..221003a 100644 (file)
@@ -410,7 +410,7 @@ my $bar;
 # constants as method names without ()
 'Foo'->bar;
 ####
-# "indirect" method call notation
+# [perl #47359] "indirect" method call notation
 our @bar;
 foo{@bar}+1,->foo;
 (foo{@bar}+1),foo();