Subject: | check.t fails on old Test::More versions |
There are four lines in t/check.t which use the note() function of Test::More. Old versions of this module do not have this function and thus check.t fails to compile.
Please either remove these diagnostic lines or replace them with some other means of output suitable for older versions of Test::More. Ensure the stipulated minimum version of Test::More in the Makefile.PL corresponds with the features used.