Skip Menu |

This queue is for tickets about the Net-EPP-Registry-Nominet CPAN distribution.

Report information
The Basics
Id: 107430
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Net-EPP-Registry-Nominet

People
Owner: HOUSTON [...] cpan.org
Requestors: HOUSTON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02_02
Fixed in: 0.02_03



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.
New version 0.02_03 replaces calls to note() with calls to diag() instead in order to maintain backwards-compatibility to Test::More 0.41.