From 28bfcb026871cec0c2dbfa689cf0b66898733459 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 7 Dec 2011 12:52:05 -0800 Subject: [PATCH] deparse.t: Add bug number --- dist/B-Deparse/t/deparse.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t index 492c691..221003a 100644 --- a/dist/B-Deparse/t/deparse.t +++ b/dist/B-Deparse/t/deparse.t @@ -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(); -- 2.7.4