Andy Armstrong wrote: > On 16 Jan 2009, at 00:57, Robert L Cochran wrote: >> # Failed test 'set_version with bad version' >> # at t/grammar.t line 345. >> # got: '3' >> # expected: '1' >> # >>> List::Util object version 1.18 does not match bootstrap parameter >> 1.19 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm >> line 94. >> # <<< >> # >>> List::Util object version 1.18 does not match bootstrap parameter >> 1.19 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/List/Util.pm >> line 30. > > > It looks like the real problem is that something's up with your > List::Util installation. I assume that if you fix that Test::Harness > will pass its tests.
Thank you, I figured out how to uninstall List::Util and then reinstall it. That allowed Test::Harness to pass, as you and another suggested, and this in turn let me install Catalyst::Runtime-5.7015. Thanks again for helping. Bob _______________________________________________ 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/
