Subject: | Tests fail if CGI.pm is not installed |
Some of my smokers report the following failure:
# Failed test 'use CGI;'
# at t/03-associate.t line 9.
# Tried to use 'CGI'.
# Error: Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: ...) at t/03-associate.t line 9.
# BEGIN failed--compilation aborted at t/03-associate.t line 9.
Can't locate object method "new" via package "CGI" (perhaps you forgot to load "CGI"?) at t/03-associate.t line 22.
# Looks like you planned 7 tests but ran 4.
# Looks like you failed 1 test of 4 run.
# Looks like your test exited with 255 just after 4.
t/03-associate.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/7 subtests