X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fnone.t;h=c3d350a62633cf7b8c141fcaf6e244a3d8a0f9b2;hb=2c67ae6481251184a8e841d124f3a5d68d3754a3;hp=9ef4ec33f2807709e2fa6a8619a571d3ffe605a4;hpb=3362c31f642bfdcdbea67c08960c9f9df2f1d82c;p=p5sagit%2FJSON-MaybeXS.git diff --git a/t/none.t b/t/none.t index 9ef4ec3..c3d350a 100644 --- a/t/none.t +++ b/t/none.t @@ -3,7 +3,7 @@ use warnings; use Test::Without::Module 'Cpanel::JSON::XS'; use Test::Without::Module 'JSON::XS'; use Test::Without::Module 'JSON::PP'; -use Test::More; +use Test::More 0.88; ok(!eval { require JSON::MaybeXS; 1 }, 'Class failed to load');