CC: | WRW [...] cpan.org |
Subject: | GD 2.61 breaks WRW/Barcode-Code128-2.21 |
If GD 2.61 or later is installed, then the test suite of Barcode-Code128 fails:
...
The gif() method of Barcode::Code128 requires the GD module at t/gif.t line 19.
# Looks like your test exited with 255 before it could output anything.
t/gif.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 294/294 subtests
The png() method of Barcode::Code128 requires the GD module at t/png.t line 26.
# Looks like your test exited with 255 before it could output anything.
t/png.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 294/294 subtests
...
2.60 or earlier seems to be OK.