# running Build.PL /home/cpanrun/tmp/5.10.0/bin/perl 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' /home/cpanrun/tmp/5.10.0/bin/perl Build --makefile_env_macros 1 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/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/Emacs.pm -> blib/lib/Term/ReadLine/Zoid/Emacs.pm Copying lib/Term/ReadLine/Zoid/ISearch.pm -> blib/lib/Term/ReadLine/Zoid/ISearch.pm Copying lib/Term/ReadLine/Zoid/FileBrowse.pm -> blib/lib/Term/ReadLine/Zoid/FileBrowse.pm Copying lib/Term/ReadLine/Zoid/ViCommand.pm -> blib/lib/Term/ReadLine/Zoid/ViCommand.pm 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 Manifying blib/lib/Term/ReadLine/Zoid/ISearch.pm -> blib/libdoc/Term::ReadLine::Zoid::ISearch.3 Manifying blib/lib/Term/ReadLine/Zoid/ViCommand.pm -> blib/libdoc/Term::ReadLine::Zoid::ViCommand.3 Manifying blib/lib/Term/ReadLine/Zoid/Base.pm -> blib/libdoc/Term::ReadLine::Zoid::Base.3 Build: blib/lib/Term/ReadLine/Zoid.pm: cannot resolve L in paragraph 313. 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 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. HTMLifying blib/lib/Term/ReadLine/Zoid/Emacs.pm -> blib/libhtml/site/lib/Term/ReadLine/Zoid/Emacs.html HTMLifying blib/lib/Term/ReadLine/Zoid/ISearch.pm -> blib/libhtml/site/lib/Term/ReadLine/Zoid/ISearch.html Build: blib/lib/Term/ReadLine/Zoid/ViCommand.pm: cannot resolve L in paragraph 81. HTMLifying blib/lib/Term/ReadLine/Zoid/ViCommand.pm -> blib/libhtml/site/lib/Term/ReadLine/Zoid/ViCommand.html 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. HTMLifying blib/lib/Term/ReadLine/Zoid/Base.pm -> blib/libhtml/site/lib/Term/ReadLine/Zoid/Base.html /home/cpanrun/tmp/5.10.0/bin/perl 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 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.38 cusr + 0.15 csys = 0.53 CPU) /home/cpanrun/tmp/5.10.0/bin/perl Build --makefile_env_macros 1 install Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/_do_motion.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/bsearch.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_D.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/bindchr.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_S.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_complete.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_cursor.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_c_repeat.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/_parse_chrs.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/fsearch.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_F.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_increment.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_case.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/ascii.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_J.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_V.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/bindkey.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/testchr.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_E.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_P.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_home.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/_get_chr.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_B.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_X.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_K.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/eval.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/alias.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/shell.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_G.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_mini_buffer.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_W.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/quit.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_repeat.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/autosplit.ix Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_U.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_C.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/set.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_macro.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_topic.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_N.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_r.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_Y.al Installing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_comment.al Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid.pm Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid/Base.pm Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid/Emacs.pm Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid/ViCommand.pm Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid/FileBrowse.pm Installing /home/cpanrun/build/5.10.0/site/lib/Term/ReadLine/Zoid/ISearch.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid::FileBrowse.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid::Emacs.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid::Base.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid::ViCommand.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Term::ReadLine::Zoid::ISearch.3 Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid/Emacs.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid/ViCommand.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid/ISearch.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid/FileBrowse.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Term/ReadLine/Zoid/Base.html Writing /home/cpanrun/build/5.10.0/site/lib/auto/Term/ReadLine/Zoid/.packlist