X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=t%2F40-scope.t;h=c3c57b5ff5ed62fa1b65494f42a0e54f96b9160c;hp=6b8361a33114e07d7f11717ef8efc6cd47981ab7;hb=f25371b03406812f63205b28c7127c69381b9ad4;hpb=e2713f2ce37f9c74d269f5a1384b7e80fc602200 diff --git a/t/40-scope.t b/t/40-scope.t index 6b8361a..c3c57b5 100644 --- a/t/40-scope.t +++ b/t/40-scope.t @@ -38,7 +38,7 @@ our $blurp; is $@, '', 'second require test doesn\'t croak prematurely'; my $expect; $expect = { r1_main => { }, r1_eval => { } }; - $expect->{r2_eval} = { } if "$]" < 5.009005; + $expect->{r2_eval} = { } if "$]" < 5.009_005; is_deeply $blurp, $expect, 'second require test didn\'t vivify'; }