# running Build.PL C:\cpanrun\build\5-10-0\bin\perl.exe Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Term-ReadLine-Zoid' version '0.07' Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 Build: blib\lib\Term\ReadLine\Zoid\ViCommand.pm: cannot resolve L in paragraph 81. Build: blib\lib\Term\ReadLine\Zoid\Base.pm: cannot resolve L in paragraph 86. Build: blib\lib\Term\ReadLine\Zoid\Base.pm: cannot resolve L in paragraph 107. Build: blib\lib\Term\ReadLine\Zoid.pm: cannot resolve L in paragraph 313. Build: blib\lib\Term\ReadLine\Zoid\Emacs.pm: cannot resolve L in paragraph 9. Build: blib\lib\Term\ReadLine\Zoid\Emacs.pm: cannot resolve L in paragraph 30. Warning: AutoSplit had to create top-level blib\lib\auto unexpectedly. AutoSplitting lib/Term/ReadLine/Zoid/ViCommand.pm (blib\lib\auto\Term\ReadLine\Zoid\ViCommand) Copying lib\Term\ReadLine\Zoid\ISearch.pm -> blib\lib\Term\ReadLine\Zoid\ISearch.pm Copying lib\Term\ReadLine\Zoid\Base.pm -> blib\lib\Term\ReadLine\Zoid\Base.pm Copying lib\Term\ReadLine\Zoid.pm -> blib\lib\Term\ReadLine\Zoid.pm Copying lib\Term\ReadLine\Zoid\ViCommand.pm -> blib\lib\Term\ReadLine\Zoid\ViCommand.pm Copying lib\Term\ReadLine\Zoid\FileBrowse.pm -> blib\lib\Term\ReadLine\Zoid\FileBrowse.pm Copying lib\Term\ReadLine\Zoid\Emacs.pm -> blib\lib\Term\ReadLine\Zoid\Emacs.pm Manifying blib\lib/Term/ReadLine/Zoid/ViCommand.pm -> blib\libdoc\Term.ReadLine.Zoid.ViCommand.3 Manifying blib\lib/Term/ReadLine/Zoid/ISearch.pm -> blib\libdoc\Term.ReadLine.Zoid.ISearch.3 Manifying blib\lib/Term/ReadLine/Zoid/Base.pm -> blib\libdoc\Term.ReadLine.Zoid.Base.3 Manifying blib\lib/Term/ReadLine/Zoid.pm -> blib\libdoc\Term.ReadLine.Zoid.3 Manifying blib\lib/Term/ReadLine/Zoid/FileBrowse.pm -> blib\libdoc\Term.ReadLine.Zoid.FileBrowse.3 Manifying blib\lib/Term/ReadLine/Zoid/Emacs.pm -> blib\libdoc\Term.ReadLine.Zoid.Emacs.3 HTMLifying blib\lib\Term\ReadLine\Zoid\ViCommand.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid\ViCommand.html HTMLifying blib\lib\Term\ReadLine\Zoid\ISearch.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid\ISearch.html HTMLifying blib\lib\Term\ReadLine\Zoid\Base.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid\Base.html HTMLifying blib\lib\Term\ReadLine\Zoid.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid.html HTMLifying blib\lib\Term\ReadLine\Zoid\FileBrowse.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid\FileBrowse.html HTMLifying blib\lib\Term\ReadLine\Zoid\Emacs.pm -> blib\libhtml\site\lib\Term\ReadLine\Zoid\Emacs.html Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 test t\00_use_ok.......1..5 ok 1 - use Term::ReadLine::Zoid::Base; ok 2 - use Term::ReadLine::Zoid; ok 3 - use Term::ReadLine::Zoid::ISearch; ok 4 - use Term::ReadLine::Zoid::ViCommand; ok 5 - use Term::ReadLine::Zoid::FileBrowse; ok t\10_zoid.........1..48 ok 1 - rl:zoid loaded # delete && backspace ok 2 - delete \n ok 3 - backspace # control-U ok 4 - ^U # left && right ok 5 - right 1 ok 6 - right 2 ok 7 - pos 1 ok 8 - left 1 ok 9 - pos 2 ok 10 - pos 3 ok 11 - left 2 ok 12 - right 3 # up && down ok 13 - hist 1 ok 14 - hist 2 ok 15 - hist 3 ok 16 - hist 4 ok 17 - hist 5 ok 18 - hist 6 # control-W ok 19 - ^W 1 ok 20 - ^W 2 # control-V ok 21 - ^V # save and restore ok 22 - save n restore # escape ok 23 - escape to command mode The system cannot find the path specified. ok 24 - skip - No TermSize, cross your fingers ok 25 - skip - No TermSize, cross your fingers ok 26 - skip - No TermSize, cross your fingers ok 27 - skip - No TermSize, cross your fingers # bindkey() and bindchr() ok 28 - bindchr ok 29 - bindkey ok 30 - another bindkey ok 31 - scalar bindkey # substring() ok 32 - simple insert ok 33 - more inserts ok 34 - copy ok 35 - simple replace ok 36 - multiline replace ok 37 - delete \n ok 38 - insert empty line # up & down -- very simple regression test ok 39 - up 1 ok 40 - down 1 ok 41 - down 2 ok 42 - pos 1 ok 43 - down 3 ok 44 - down 4 ok 45 - up 2 ok 46 - up 3 ok 47 - up 4 ok 48 - pos 2 ok t\30_vicommand....1..31 ok 1 - escape reset ok 2 - h 1 ok 3 - h 2 ok 4 - h 3 ok 5 - space ok 6 - l 1 ok 7 - l 2 ok 8 - macro 1 ok 9 - macro 2 ok 10 - ~ 1 ok 11 - ~ 2 ok 12 - 3dh ok 13 - .. ok 14 - 4. ok 15 - r ok 16 - _ ok 17 - d ok 18 - d0 ok 19 - db ok 20 - dl ok 21 - dW ok 22 - d^ ok 23 - d$ ok 24 - dE ok 25 - dw ok 26 - 1d| ok 27 - dB ok 28 - de ok 29 - dh ok 30 - dd ok 31 - D ok All tests successful. Files=3, Tests=84, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 install Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\alias.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\ascii.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\autosplit.ix Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\bindchr.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\bindkey.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\bsearch.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\eval.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\fsearch.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\quit.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\set.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\shell.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\testchr.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_B.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_C.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_case.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_comment.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_complete.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_cursor.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_c_repeat.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_D.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_E.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_F.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_G.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_home.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_increment.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_J.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_K.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_macro.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_mini_buffer.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_N.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_P.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_r.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_repeat.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_S.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_topic.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_U.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_V.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_W.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_X.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\vi_Y.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\_do_motion.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\_get_chr.al Installing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\ViCommand\_parse_chrs.al Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid.pm Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid\Base.pm Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid\Emacs.pm Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid\FileBrowse.pm Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid\ISearch.pm Installing C:\cpanrun\build\5-10-0\site\lib\Term\ReadLine\Zoid\ViCommand.pm Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.3 Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.Base.3 Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.Emacs.3 Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.FileBrowse.3 Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.ISearch.3 Installing C:\cpanrun\build\5-10-0\man\man3\Term.ReadLine.Zoid.ViCommand.3 Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid\Base.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid\Emacs.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid\FileBrowse.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid\ISearch.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Term\ReadLine\Zoid\ViCommand.html Writing C:\cpanrun\build\5-10-0\site\lib\auto\Term\ReadLine\Zoid\.packlist