Skip Menu |

This queue is for tickets about the HTML-Template CPAN distribution.

Report information
The Basics
Id: 114549
Status: resolved
Priority: 0/
Queue: HTML-Template

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.95
Fixed in: 2.96



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
Looks like this was fixed in git over a year ago but no release has been made. Perhaps this module has been abandoned?? -- Regards, Michael Schout
On 2017-05-18 09:09:08, MSCHOUT wrote: Show quoted text
> Looks like this was fixed in git over a year ago but no release has > been made. Perhaps this module has been abandoned??
Indeed, author wants to handoff the module. See https://github.com/mpeters/html-template/issues/13#issuecomment-302511888
On 2017-05-18 15:15:14, SREZIC wrote: Show quoted text
> On 2017-05-18 09:09:08, MSCHOUT wrote:
> > Looks like this was fixed in git over a year ago but no release has > > been made. Perhaps this module has been abandoned??
> > Indeed, author wants to handoff the module. See > https://github.com/mpeters/html-template/issues/13#issuecomment-302511888
There was a 2.96 release which fixed this problem.