PATH=/usr/bin:/bin Start 2011-04-28T15:57:58 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Wed, 27 Apr 2011 22:27:21 GMT Running make for E/EG/EGILES/App-Xssh-0.7.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EG/EGILES/App-Xssh-0.7.tar.gz ok App-Xssh-0.7 App-Xssh-0.7/Makefile.PL App-Xssh-0.7/Build.PL App-Xssh-0.7/META.yml App-Xssh-0.7/Changes App-Xssh-0.7/README App-Xssh-0.7/MANIFEST App-Xssh-0.7/lib App-Xssh-0.7/lib/App App-Xssh-0.7/lib/App/Xssh.pm App-Xssh-0.7/lib/App/Xssh App-Xssh-0.7/lib/App/Xssh/Config.pm App-Xssh-0.7/bin App-Xssh-0.7/bin/xssh App-Xssh-0.7/t App-Xssh-0.7/t/99-version.t App-Xssh-0.7/t/30-xssh-commandline.t App-Xssh-0.7/t/10-libxsshconfig.t App-Xssh-0.7/t/25-libxssh-upgrade.t App-Xssh-0.7/t/26-libxssh-hostmatch.t App-Xssh-0.7/t/21-libxssh-multiple-profiles.t App-Xssh-0.7/t/99-podcoverage.t App-Xssh-0.7/t/99-pod.t App-Xssh-0.7/t/20-libxssh.t CPAN.pm: Going to build E/EG/EGILES/App-Xssh-0.7.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Warning: prerequisite X11::Terminal 0.2 not found. Checking if your kit is complete... Looks good Writing Makefile for App::Xssh Writing MYMETA.yml ---- Unsatisfied dependencies detected during ---- ---- EGILES/App-Xssh-0.7.tar.gz ---- X11::Terminal [requires] Running make test Delayed until after prerequisites Running test for module 'X11::Terminal' Running make for E/EG/EGILES/X11-Terminal-0.3.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EG/EGILES/X11-Terminal-0.3.tar.gz ok X11-Terminal-0.3/ X11-Terminal-0.3/Makefile.PL X11-Terminal-0.3/debian/ X11-Terminal-0.3/debian/compat X11-Terminal-0.3/debian/copyright X11-Terminal-0.3/debian/control X11-Terminal-0.3/debian/rules X11-Terminal-0.3/debian/changelog X11-Terminal-0.3/README X11-Terminal-0.3/lib/ X11-Terminal-0.3/lib/X11/ X11-Terminal-0.3/lib/X11/Terminal/ X11-Terminal-0.3/lib/X11/Terminal/XTerm.pm X11-Terminal-0.3/lib/X11/Terminal/GnomeTerminal.pm X11-Terminal-0.3/lib/X11/Terminal/Konsole.pm X11-Terminal-0.3/lib/X11/Terminal.pm X11-Terminal-0.3/Changes X11-Terminal-0.3/META.yml X11-Terminal-0.3/MANIFEST X11-Terminal-0.3/t/ X11-Terminal-0.3/t/01.basic.t X11-Terminal-0.3/t/20-gnome-terminal.t X11-Terminal-0.3/t/91.podcoverage.t X11-Terminal-0.3/t/90.pod.t X11-Terminal-0.3/t/30-konsole.t X11-Terminal-0.3/t/10-xterm.t CPAN.pm: Going to build E/EG/EGILES/X11-Terminal-0.3.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for X11::Terminal Writing MYMETA.yml >>> make cp lib/X11/Terminal/Konsole.pm blib/lib/X11/Terminal/Konsole.pm cp lib/X11/Terminal/XTerm.pm blib/lib/X11/Terminal/XTerm.pm cp lib/X11/Terminal/GnomeTerminal.pm blib/lib/X11/Terminal/GnomeTerminal.pm cp lib/X11/Terminal.pm blib/lib/X11/Terminal.pm Manifying blib/man3/X11::Terminal::Konsole.3 Manifying blib/man3/X11::Terminal::XTerm.3 Manifying blib/man3/X11::Terminal::GnomeTerminal.3 Manifying blib/man3/X11::Terminal.3 EGILES/X11-Terminal-0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01.basic.t ........... 1..9 ok 1 - require X11::Terminal; ok 2 - Created X11::Terminal object ok 3 - X11::Terminal is an X11::Terminal ok 4 - require X11::Terminal::XTerm; ok 5 - Created X11::Terminal::XTerm object ok 6 - X11::Terminal::XTerm is an X11::Terminal ok 7 - require X11::Terminal::GnomeTerminal; ok 8 - Created X11::Terminal::GnomeTerminal object ok 9 - X11::Terminal::GnomeTerminal is an X11::Terminal ok Use of qw(...) as parentheses is deprecated at t/10-xterm.t line 19. Use of qw(...) as parentheses is deprecated at t/10-xterm.t line 31. Use of qw(...) as parentheses is deprecated at t/10-xterm.t line 43. t/10-xterm.t ........... 1..40 ok 1 - Created XTerm object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option scrollback makes a difference ok 6 - Accessor function scrollback exists ok 7 - Accessor scrollback make a difference ok 8 - Accessor scrollback equivalent to constructor ok 9 - Option foreground makes a difference ok 10 - Accessor function foreground exists ok 11 - Accessor foreground make a difference ok 12 - Accessor foreground equivalent to constructor ok 13 - Option background makes a difference ok 14 - Accessor function background exists ok 15 - Accessor background make a difference ok 16 - Accessor background equivalent to constructor ok 17 - Option font makes a difference ok 18 - Accessor function font exists ok 19 - Accessor font make a difference ok 20 - Accessor font equivalent to constructor ok 21 - Option profile makes a difference ok 22 - Accessor function profile exists ok 23 - Accessor profile make a difference ok 24 - Accessor profile equivalent to constructor ok 25 - Option geometry makes a difference ok 26 - Accessor function geometry exists ok 27 - Accessor geometry make a difference ok 28 - Accessor geometry equivalent to constructor ok 29 - Option host makes a difference ok 30 - Accessor function host exists ok 31 - Accessor host make a difference ok 32 - Accessor host equivalent to constructor ok 33 - Option xforward makes a difference ok 34 - Accessor function xforward exists ok 35 - Accessor xforward make a difference ok 36 - Option xforward makes a difference ok 37 - Option agentforward makes a difference ok 38 - Accessor function agentforward exists ok 39 - Accessor agentforward make a difference ok 40 - Option agentforward makes a difference ok Use of qw(...) as parentheses is deprecated at t/20-gnome-terminal.t line 19. Use of qw(...) as parentheses is deprecated at t/20-gnome-terminal.t line 31. t/20-gnome-terminal.t .. 1..24 ok 1 - Created GnomeTerminal object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option profile makes a difference ok 6 - Accessor function profile exists ok 7 - Accessor profile make a difference ok 8 - Accessor profile equivalent to constructor ok 9 - Option geometry makes a difference ok 10 - Accessor function geometry exists ok 11 - Accessor geometry make a difference ok 12 - Accessor geometry equivalent to constructor ok 13 - Option host makes a difference ok 14 - Accessor function host exists ok 15 - Accessor host make a difference ok 16 - Accessor host equivalent to constructor ok 17 - Option xforward makes a difference ok 18 - Accessor function xforward exists ok 19 - Accessor xforward make a difference ok 20 - Option xforward makes a difference ok 21 - Option agentforward makes a difference ok 22 - Accessor function agentforward exists ok 23 - Accessor agentforward make a difference ok 24 - Option agentforward makes a difference ok Use of qw(...) as parentheses is deprecated at t/30-konsole.t line 19. Use of qw(...) as parentheses is deprecated at t/30-konsole.t line 31. t/30-konsole.t ......... 1..20 ok 1 - Created Konsole object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option profile makes a difference ok 6 - Accessor function profile exists ok 7 - Accessor profile make a difference ok 8 - Accessor profile equivalent to constructor ok 9 - Option host makes a difference ok 10 - Accessor function host exists ok 11 - Accessor host make a difference ok 12 - Accessor host equivalent to constructor ok 13 - Option xforward makes a difference ok 14 - Accessor function xforward exists ok 15 - Accessor xforward make a difference ok 16 - Option xforward makes a difference ok 17 - Option agentforward makes a difference ok 18 - Accessor function agentforward exists ok 19 - Accessor agentforward make a difference ok 20 - Option agentforward makes a difference ok t/90.pod.t ............. 1..4 ok 1 - POD test for blib/lib/X11/Terminal.pm ok 2 - POD test for blib/lib/X11/Terminal/GnomeTerminal.pm ok 3 - POD test for blib/lib/X11/Terminal/Konsole.pm ok 4 - POD test for blib/lib/X11/Terminal/XTerm.pm ok t/91.podcoverage.t ..... 1..4 ok 1 - Pod coverage on X11::Terminal ok 2 - Pod coverage on X11::Terminal::GnomeTerminal ok 3 - Pod coverage on X11::Terminal::Konsole ok 4 - Pod coverage on X11::Terminal::XTerm ok All tests successful. Files=6, Tests=101, 1 wallclock secs ( 0.05 usr 0.02 sys + 1.45 cusr 0.13 csys = 1.65 CPU) Result: PASS EGILES/X11-Terminal-0.3.tar.gz make test TEST_VERBOSE=1 -- OK Evan Giles <egiles@cpan.org> A programtic interface to launching X terminal windows >>> (cd /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK && tar cvf - X11-Terminal-0.3.ppd blib) | gzip -c >/Users/fly1400/var/REPO/E/EG/EGILES/X11-Terminal-0.3.tar.gz X11-Terminal-0.3.ppd blib/ blib/lib/ blib/lib/X11/ blib/lib/X11/Terminal/ blib/lib/X11/Terminal/GnomeTerminal.pm blib/lib/X11/Terminal/Konsole.pm blib/lib/X11/Terminal/XTerm.pm blib/lib/X11/Terminal.pm blib/man3/ blib/man3/X11::Terminal.3 blib/man3/X11::Terminal::GnomeTerminal.3 blib/man3/X11::Terminal::Konsole.3 blib/man3/X11::Terminal::XTerm.3 >>> mv /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/X11-Terminal-0.3.ppd /Users/fly1400/var/REPO/E/EG/EGILES Running make for E/EG/EGILES/App-Xssh-0.7.tar.gz Prepending /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/arch /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/fly1400/var/cpan/build/App-Xssh-0.7-BfH7z9 Prepending /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/arch /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build E/EG/EGILES/App-Xssh-0.7.tar.gz >>> make cp lib/App/Xssh/Config.pm blib/lib/App/Xssh/Config.pm cp lib/App/Xssh.pm blib/lib/App/Xssh.pm cp bin/xssh blib/script/xssh /Users/fly1400/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xssh Manifying blib/man1/xssh.1 Manifying blib/man3/App::Xssh::Config.3 Manifying blib/man3/App::Xssh.3 EGILES/App-Xssh-0.7.tar.gz make -- OK Prepending /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/arch /Users/fly1400/var/cpan/build/X11-Terminal-0.3-ExqtCK/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10-libxsshconfig.t .............. ok 1 - use App::Xssh::Config; ok 2 - Create Object ok 3 - reasonable config filename ok 4 - config filename modified ok 5 - read empty config file ok 6 - Modified config data ok 7 - Modified config again ok 8 - Modified config again ok 9 - deleted config value ok 10 - Write config out ok 11 - read config file again ok 12 - Value retrieved ok 13 - Deep value retrieved ok 14 - Deleted value removed 1..14 ok t/20-libxssh.t .................... ok 1 - use App::Xssh; ok 2 - setprofile profile ok 3 - sethost foreground ok 4 - sethost default background ok 5 - sethost testhost profile ok 6 - host option found ok 7 - default option found ok 8 - profile option found ok 9 - showconfig() contains similar data ok 10 - control test 1..10 ok t/21-libxssh-multiple-profiles.t .. ok 1 - use App::Xssh; ok 2 - use App::Xssh::Config; ok 3 - foreground option ok 4 - background option 1..4 ok t/25-libxssh-upgrade.t ............ ok 1 - extra host option copied ok 2 - extra host option removed ok 3 - extra profile option copied ok 4 - extra profile option removed ok 5 - some things don't change 1..5 ok t/26-libxssh-hostmatch.t .......... ok 1 - use App::Xssh; ok 2 - use App::Xssh::Config; ok 3 - options for x.* don't affect abc ok 4 - options for x.* affect xyz 1..4 ok t/30-xssh-commandline.t ........... ok 1 - use App::Xssh; ok 2 - exit_isnt_num: /Users/fly1400/bin/perl bin/xssh --crazy, 0 ok 3 - exit_isnt_num: /Users/fly1400/bin/perl bin/xssh --setprofileopt testprofile attribute, 0 ok 4 - exit_is_num: /Users/fly1400/bin/perl bin/xssh --setprofileopt testprofile attribute red, 0 ok 5 - exit_isnt_num: /Users/fly1400/bin/perl bin/xssh --sethostopt testhost foreground, 0 ok 6 - exit_is_num: /Users/fly1400/bin/perl bin/xssh --sethostopt testhost foreground red, 0 1..6 ok t/99-pod.t ........................ 1..3 ok 1 - POD test for blib/script/xssh ok 2 - POD test for blib/lib/App/Xssh.pm ok 3 - POD test for blib/lib/App/Xssh/Config.pm ok t/99-podcoverage.t ................ 1..2 ok 1 - Pod coverage on App::Xssh ok 2 - Pod coverage on App::Xssh::Config ok # Distribution version: 0.7 t/99-version.t .................... 1..3 ok 1 - App::Xssh is the same as the distribution version ok 2 - App::Xssh::Config is the same as the distribution version ok 3 - Changelog includes reference to the distribution version: 0.7 ok All tests successful. Files=9, Tests=51, 6 wallclock secs ( 0.05 usr 0.02 sys + 4.52 cusr 0.46 csys = 5.05 CPU) Result: PASS EGILES/App-Xssh-0.7.tar.gz make test TEST_VERBOSE=1 -- OK Evan Giles <egiles@cpan.org> Encapsulates the application logic for xssh >>> (cd /Users/fly1400/var/cpan/build/App-Xssh-0.7-BfH7z9 && tar cvf - App-Xssh-0.7.ppd blib) | gzip -c >/Users/fly1400/var/REPO/E/EG/EGILES/App-Xssh-0.7.tar.gz App-Xssh-0.7.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/Xssh/ blib/lib/App/Xssh/Config.pm blib/lib/App/Xssh.pm blib/man1/ blib/man1/xssh.1 blib/man3/ blib/man3/App::Xssh.3 blib/man3/App::Xssh::Config.3 blib/script/ blib/script/xssh >>> mv /Users/fly1400/var/cpan/build/App-Xssh-0.7-BfH7z9/App-Xssh-0.7.ppd /Users/fly1400/var/REPO/E/EG/EGILES Finished 2011-04-28T15:58:10