Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-06-15T08:01:04 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 14 Jun 2010 21:26:57 GMT 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 Will not use Archive::Tar, need 1.00 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 >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for X11::Terminal >>> 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 /export/home/fly818/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 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 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 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/Konsole.pm ok 3 - POD test for blib/lib/X11/Terminal/XTerm.pm ok 4 - POD test for blib/lib/X11/Terminal/GnomeTerminal.pm ok t/91.podcoverage.t ..... 1..4 ok 1 - Pod coverage on X11::Terminal ok 2 - Pod coverage on X11::Terminal::Konsole ok 3 - Pod coverage on X11::Terminal::XTerm ok 4 - Pod coverage on X11::Terminal::GnomeTerminal ok All tests successful. Files=6, Tests=101, 7 wallclock secs ( 0.19 usr 0.06 sys + 5.36 cusr 0.38 csys = 5.99 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 /export/home/fly818/var/cpan/build/X11-Terminal-0.3-aLNuZx && tar cvf - X11-Terminal-0.3.ppd blib) | gzip -c >/export/home/fly818/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/Konsole.pm blib/lib/X11/Terminal/XTerm.pm blib/lib/X11/Terminal/GnomeTerminal.pm blib/lib/X11/Terminal.pm blib/man3/ blib/man3/X11::Terminal::Konsole.3 blib/man3/X11::Terminal::XTerm.3 blib/man3/X11::Terminal::GnomeTerminal.3 blib/man3/X11::Terminal.3 >>> mv /export/home/fly818/var/cpan/build/X11-Terminal-0.3-aLNuZx/X11-Terminal-0.3.ppd /export/home/fly818/var/REPO/E/EG/EGILES Finished 2010-06-15T08:01:22