X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadnodb.t;h=3af78d57545ec4a772db1b295dacb03b3c9a329c;hb=d85ef5e2867bc0360a72090aeaea4308792651e8;hp=dd1a5018487284f53aa0bb8dce4fb10abc49b1c0;hpb=e5e98e5a9dd098563003db50ef406370a34615af;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadnodb.t b/t/51threadnodb.t index dd1a501..3af78d5 100644 --- a/t/51threadnodb.t +++ b/t/51threadnodb.t @@ -21,10 +21,10 @@ use lib qw(t/lib); use DBICTest; plan skip_all => 'DBIC does not actively support threads before perl 5.8.5' - if $] < '5.008005'; + if "$]" < 5.008005; plan skip_all => 'Potential problems on Win32 Perl < 5.14 and Variable::Magic - investigation pending' - if $^O eq 'MSWin32' && $] < 5.014 && DBICTest::RunMode->is_plain; + if $^O eq 'MSWin32' && "$]" < 5.014 && DBICTest::RunMode->is_plain; # README: If you set the env var to a number greater than 10, # we will use that many children