Stop using bare $] throughout - protects the codebase from floating point hell
[dbsrgits/DBIx-Class-Historic.git] / t / 51threadtxn.t
index 368c9e1..e74c7c1 100644 (file)
@@ -23,7 +23,7 @@ use warnings;
 use Test::More;
 
 plan skip_all => 'DBIC does not actively support threads before perl 5.8.5'
-  if $] < '5.008005';
+  if "$]" < 5.008005;
 
 use Scalar::Util 'weaken';
 use lib qw(t/lib);