Subject: | Requires Test::More 0.88 |
t/00_load_backport.pp fails on pristine 5.8.x perls, because it calls isa_ok() on the class name returned by JSON->backend, which doesn't work until Test::More 0.88.
Additionally t/e02_bool.t uses note() which was not added until Test::More 0.82.
Either the Test::More requirement needs bumping, or these tests need rewriting to not use such "modern" Test::More features.