From 609d3913d15c86a472c83d699e6e4da4fe0949cb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 20 Jun 2013 04:55:20 -0700 Subject: [PATCH] optree_constants.t: Correct line number in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Why we need a reference like this is beyond me, but it is extremely fragile, because even cosmetic changes to gv.t will throw it off. That said, at least the next person looking at it won’t be as puzzled as I was (until the next gv.t change). --- ext/B/t/optree_constants.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/t/optree_constants.t b/ext/B/t/optree_constants.t index 8b292fe..bfd355e 100644 --- a/ext/B/t/optree_constants.t +++ b/ext/B/t/optree_constants.t @@ -20,7 +20,7 @@ plan tests => 67; ################################# -use constant { # see also t/op/gv.t line 282 +use constant { # see also t/op/gv.t line 358 myaref => [ 1,2,3 ], myfl => 1.414213, myglob => \*STDIN, -- 2.7.4