Stop using bare $] throughout - protects the codebase from floating point hell
[dbsrgits/DBIx-Class.git] / t / 00describe_environment.t
index 82f2fdb..f3a76b2 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
 BEGIN {
   unshift @INC, 't/lib';
 
-  if ($] < 5.010) {
+  if ( "$]" < 5.010) {
 
     # Pre-5.10 perls pollute %INC on unsuccesfull module
     # require, making it appear as if the module is already