Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I receive errors when trying to install CGI::Session. I tried both installing it from cpan and installing it from a tar file. The process went fine until make test. The following is a summary of tests that were done and failed Failed 7/17 test scripts, 58.82% okay. 29/157 subtests failed, 81.53% okay. Can you offer any insight? There is no INSTALL doc available.

Replies are listed 'Best First'.
Re: Error installing CGI::Session
by Zaxo (Archbishop) on May 10, 2004 at 16:10 UTC

    With that information, the best advice is to look at which tests failed. Scroll back to read any warnings. See if you can find a common theme.

    After Compline,
    Zaxo

Re: Error installing CGI::Session
by Anonymous Monk on May 10, 2004 at 16:50 UTC
    I reviewed the errors and it looks like they are related to t/api3_file.t, t/api3_file_storable.t, t/api3_incr.t, t/api3_obj_store.t, t/complex_ds.t
Re: Error installing CGI::Session
by soon_j (Scribe) on May 11, 2004 at 08:24 UTC
    Try using the module if it's usable even with those errors you said. They might just be minor ones.