X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F34-glob.t;h=4592f4be904a63242805deaecbaf78847bdd8577;hb=b30ad18085c2c1d922eff05ee4801c38ad465807;hp=74183c9c5cbb8ea09124a6bf20b990caac23a7a0;hpb=d2dd736f74a7ffa505c480e90bca3a82cfe05e83;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/34-glob.t b/t/34-glob.t index 74183c9..4592f4b 100644 --- a/t/34-glob.t +++ b/t/34-glob.t @@ -44,7 +44,7 @@ watch { watch { cast *b, $wiz } +{ }, 'cast 2'; } +{ }, 'scope end'; -%get = () if $] >= 5.013007; +%get = () if "$]" >= 5.013007; watch { undef *a } +{ %get }, 'undef';