X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=ae3addc49af6a337beee99f7bab8fb4c26fedfa9;hb=d85ef5e2867bc0360a72090aeaea4308792651e8;hp=b16fe2cf0802718afa971c95fdeebef4cc47a2f3;hpb=cb551b079b096630988312e22becd87fb54fb7de;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threads.t b/t/51threads.t index b16fe2c..ae3addc 100644 --- a/t/51threads.t +++ b/t/51threads.t @@ -21,7 +21,7 @@ use Test::More; use Test::Exception; plan skip_all => 'DBIC does not actively support threads before perl 5.8.5' - if $] < '5.008005'; + if "$]" < 5.008005; use lib qw(t/lib); use DBICTest;