On Thu 30 Jan 2003, Jost Krieger <[EMAIL PROTECTED]> wrote: > This is an error report generated automatically by CPANPLUS, > version 0.042. > > Below is the error stack during 'make test': > > PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl "-MExtUtils::Command::MM" "-e" >"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01_formatting....Can't locate object method "map" via package >"CGI::Wiki::Formatter::Pod::LinkMapper" at >/net/sunu991/disc1/.cpanplus/5.8.0/build/Pod-Tree-1.09/blib/lib/Pod/Tree/HTML.pm line >512.
CGI::Wiki::Formatter::Pod requires at least version 1.10 of Pod::Tree, and you seem to be testing it with 1.09. I put this in the Makefile.PL but it looks like this isn't sufficient :( Kake
