]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/13-reap-ctl.t
Replace $] by "$]"
[perl/modules/Scope-Upper.git] / t / 13-reap-ctl.t
index 3f5db2be79f13752335145c7d190a0a3554f8d87..6208642a9ccd595ef03a10d38b21dbb58c49bedf 100644 (file)
@@ -137,7 +137,7 @@ $y = undef;
 
 SKIP:
 {
- skip 'Perl 5.10 required to test given/when' => 30 if $] < 5.010;
+ skip 'Perl 5.10 required to test given/when' => 30 if "$]" < 5.010;
 
  eval <<' GIVEN_TEST_1';
   use feature 'switch';