From: Peter Rabbitson Date: Fri, 1 Mar 2013 09:05:38 +0000 (+0100) Subject: Punt TODO until the dateops work merges X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ad836e418bd05bc154a2dfe5ce73c548d3144ca;hp=d48427a7041c2e3b744e4113816e1633c7f978cc;p=dbsrgits%2FDBIx-Class-Historic.git Punt TODO until the dateops work merges --- diff --git a/t/inflate/datetime.t b/t/inflate/datetime.t index 33be522..7062563 100644 --- a/t/inflate/datetime.t +++ b/t/inflate/datetime.t @@ -43,7 +43,8 @@ warnings_exist { 'using a DateTime object in ->search generates a warning'; { - local $TODO = "We can't do this yet before 0.09" if DBIx::Class->VERSION < 0.09; + local $TODO = "This stuff won't work without a -dt operator of some sort" + unless eval { require DBIx::Class::SQLMaker::DateOps }; is(eval { $row->id }, 1, 'DT in search');