# running Build.PL /Users/cpanrun/build/5.8.8/bin/perl Build.PL SVN::Log::Index requires the 'svnadmin' executable to run it's tests. You don't seem to have it, so don't be too surprised when they fail. - ERROR: KinoSearch (0.12) is installed, but we need version >= 0.15 * Optional prerequisite SVN::Core is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'SVN-Log-Index' version '0.51' /Users/cpanrun/build/5.8.8/bin/perl Build --makefile_env_macros 1 Copying lib/SVN/Log/Index.pm -> blib/lib/SVN/Log/Index.pm Copying bin/sli -> blib/script/sli Manifying blib/script/sli -> blib/bindoc/sli.1 Manifying blib/lib/SVN/Log/Index.pm -> blib/libdoc/SVN::Log::Index.3 HTMLifying blib/script/sli -> blib/binhtml/bin/sli.html Build: blib/lib/SVN/Log/Index.pm: cannot resolve L in paragraph 187. HTMLifying blib/lib/SVN/Log/Index.pm -> blib/libhtml/site/lib/SVN/Log/Index.html /Users/cpanrun/build/5.8.8/bin/perl Build --makefile_env_macros 1 test t/01use............1..1 ok 1 - use SVN::Log::Index; ok t/02basics.........1..18 Can't exec "svnadmin": No such file or directory at t/02basics.t line 17. sh: line 1: svn: command not found sh: line 1: svn: command not found sh: line 1: svn: command not found ok 1 - The object isa SVN::Log::Index Can't exec "svn": No such file or directory at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/SVN/Log.pm line 204. couldn't open pipe to svn process: No such file or directory at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/SVN/Log.pm line 204. # Looks like you planned 18 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-18 Failed 17/18 tests, 5.56% okay t/03bugs...........1..2 Can't exec "svnadmin": No such file or directory at t/03bugs.t line 17. sh: line 1: svn: command not found sh: line 1: svn: command not found Can't exec "svn": No such file or directory at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/SVN/Log.pm line 204. couldn't open pipe to svn process: No such file or directory at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/SVN/Log.pm line 204. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/04commandline....1..6 ok 1 # skip no reason to force command line tests if we already used it ok 2 # skip no reason to force command line tests if we already used it ok 3 # skip no reason to force command line tests if we already used it ok 4 # skip no reason to force command line tests if we already used it ok 5 # skip no reason to force command line tests if we already used it ok 6 # skip no reason to force command line tests if we already used it ok 6/6 skipped: various reasons t/05errors.........Can't exec "svnadmin": No such file or directory at t/05errors.t line 22. sh: line 1: svn: command not found sh: line 1: svn: command not found sh: line 1: svn: command not found ok 1 - The object isa SVN::Log::Index ok 2 - create(),open(),create() fails ok 3 - create({overwrite => 0}) works ok 4 - create() with no explicit overwrite works ok 5 - create() with missing repo_url fails ok 6 - create() with undef repo_url fails ok 7 - create() with empty repo_url fails ok 8 - The object isa SVN::Log::Index ok 9 - add() with no args fails ok 10 - add() missing start_rev fails ok 11 - add() undef start_rev fails ok 12 - add({ start_rev => 'foo' }) fails ok 13 - add({ start_rev => -1 }) fails 1..13 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02basics.t 255 65280 18 34 2-18 t/03bugs.t 255 65280 2 4 1-2 6 subtests skipped. Failed 2/5 test scripts. 19/40 subtests failed. Files=5, Tests=40, 3 wallclock secs ( 1.89 cusr + 0.64 csys = 2.53 CPU) Failed 2/5 test programs. 19/40 subtests failed. make: *** [test] Error 25