Robert L Cochran wrote:
I'm trying to install Catalyst-Runtime-5.7015 using cpan inside a CentOS 5.2 virtual machine (running under VMWare, fully updated to current CentOS patches) and one of the reasons installation is failing is because Test-Harness-3.14 is failing it's own tests. I'm not very good with Perl at this time and I figure there are people here who understand why Test-Harness fails. Here is the output I have from 'make test'. Can anyone suggest what the problem is?
The output below suggests the problem is not related to Test::Harness, but is from List::Util.. it looks like you have two versions of LU installed at once, one is version 1.18 and the other 1.19.
Can you look into that? -Toby _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
