]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/lib/Scope/Upper/TestGenerator.pm
Replace $] by "$]"
[perl/modules/Scope-Upper.git] / t / lib / Scope / Upper / TestGenerator.pm
index 18ced2475f672c0380e48c08b9fe11c3228f3434..a04148dbb42c954445039a2838a8f03c9c46b7c1 100644 (file)
@@ -26,7 +26,7 @@ my @blocks = (
 );
 
 sub import {
- if ($] >= 5.010001) {
+ if ("$]" >= 5.010001) {
   push @blocks, [ 'given (1) {', '}' ];
   require feature;
   feature->import('switch');