]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/34-glob.t
Replace $] by "$]"
[perl/modules/Variable-Magic.git] / t / 34-glob.t
index 74183c9c5cbb8ea09124a6bf20b990caac23a7a0..4592f4be904a63242805deaecbaf78847bdd8577 100644 (file)
@@ -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';