Subject: | Kwiki 0.34 missing a prerequisite - HTTP::BrowserDetect |
While attempting to install Kwiki 0.34, the test t/compile.t fails with
the error message "got: 'Can't locate HTTP/BrowserDetect.pm in @INC ...'
". Kwiki::BrowserDetect uses HTTP::BrowserDetect which is not included
in the prequisites. This can be worked around by install
HTTP::BrowserDetect prior to installing Kwiki. Ideally, this would be
fixed by adding HTTP::BrowserDetect as a prerequisite to Kwiki in
Makefile.PL.