X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=t%2F35-stash.t;h=2dd9f44d8de1140239f6728648ff9ee2d05abd5a;hp=24034832064399cb33c740a61f691dac3f4e061f;hb=d28712f92da321bedadbf8b4eb9c27fcd4205ab8;hpb=12277e85746cb2d277220aaa385e4af38219842d diff --git a/t/35-stash.t b/t/35-stash.t index 2403483..2dd9f44 100644 --- a/t/35-stash.t +++ b/t/35-stash.t @@ -215,8 +215,9 @@ cast %Hlagh::, $wiz; { local %mg; - my @expected_stores = map { ($_) x 2 } qw; - push @expected_stores, 'nevermentioned' if "$]" < 5.017_001; + my @expected_stores = qw; + @expected_stores = map { ($_) x 2 } @expected_stores if "$]" < 5.017_004; + push @expected_stores, 'nevermentioned' if "$]" < 5.017_001; eval q{ package Hlagh;