]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/31-hints.t
Replace $] by "$]" in tests
[perl/modules/indirect.git] / t / 31-hints.t
index 0b271b4b59bdab20a2ca27d5b65416b96215506c..4f4b5e284a183690665c5a88c17f7156283e0227 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 1;
 
 SKIP: {
  skip 'This would require extensive work to be okay with perl 5.8' => 1
-                                                                  if $] < 5.010;
+                                                                if "$]" < 5.010;
 
  local %^H = (a => 1);