The latest Test::More (and possibly the previous one) break one of the
DateTime tests. It seems that stringification has changed on the 'is()'
test at some point so that our infinite date is strigifying to a date
rather than an 'inf' string. (same DateTime 0.2901 tests fine with older
Test::More)
suggest we might turn the check into an ok() with our own comparison
operator.