X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-localize-block.t;h=b32d25113a8cc12a60270b13cd1f002efaad5a22;hb=c51f72ece23a7afb5590272f6aeca327b91a3945;hp=ea189d8eb7e9a9446897792b4b7b693c6ca09ac7;hpb=6d9ec3d17a2589cf3a259893f7ae752f5474ecf5;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/22-localize-block.t b/t/22-localize-block.t index ea189d8..b32d251 100644 --- a/t/22-localize-block.t +++ b/t/22-localize-block.t @@ -22,7 +22,7 @@ local $Scope::Upper::TestGenerator::test = sub { return "is(\$x, $j, 'x h=$height, l=$level, i=$i');\n"; }; -local $Scope::Upper::TestGenerator::testlocal = sub { '' }; +local $Scope::Upper::TestGenerator::local_test = sub { '' }; local $Scope::Upper::TestGenerator::allblocks = 1;