This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
optree_constants.t: Correct line number in comment
authorFather Chrysostomos <sprout@cpan.org>
Thu, 20 Jun 2013 11:55:20 +0000 (04:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 21 Jun 2013 13:26:44 +0000 (06:26 -0700)
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

index 8b292fe..bfd355e 100644 (file)
@@ -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,