David Precious wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [email protected] to keep other > test volunteers informed and to prevent any duplicate effort. > PERL_DL_NONLAZY=1 /usr/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/001_basic.t > t/002_config.t t/003_config.t > t/001_basic.....ok > t/002_config.... > # Failed test 'All object properties match at rev: 2' > # in t/coretests.pm at line 92. > # Structures begin differing at: > # $got->[0]{svnlook} = '/usr/bin/svnlook' > # $expected->[0]{svnlook} = '/usr/local/bin/svnlook'
Bother! You've got two copies of svnlook floating around, which messes up the test logic. I think that if I switch the path's around (to have local first, like it should have been in the first place), then your tests will succeed. Expect 0.0905 to begin propagating later this evening (even though I just released 0.0904)... :( John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Blvd Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747
