PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-06-25T11:44:53 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1064/var/cpan/Metadata' Database was generated on Fri, 24 Jun 2011 18:27:17 GMT Running make for E/EG/EGILES/X11-Terminal-0.4.tar.gz Checksum for /net/nas/data/cpan/authors/id/E/EG/EGILES/X11-Terminal-0.4.tar.gz ok Will not use Archive::Tar, need 1.00 X11-Terminal-0.4 X11-Terminal-0.4/MANIFEST X11-Terminal-0.4/Changes X11-Terminal-0.4/Build.PL X11-Terminal-0.4/README X11-Terminal-0.4/META.yml X11-Terminal-0.4/Makefile.PL X11-Terminal-0.4/t X11-Terminal-0.4/t/20-gnome-terminal.t X11-Terminal-0.4/t/30-konsole.t X11-Terminal-0.4/t/01-basic.t X11-Terminal-0.4/t/10-xterm.t X11-Terminal-0.4/t/99-version.t X11-Terminal-0.4/t/99-pod.t X11-Terminal-0.4/t/99-podcoverage.t X11-Terminal-0.4/lib X11-Terminal-0.4/lib/X11 X11-Terminal-0.4/lib/X11/Terminal.pm X11-Terminal-0.4/lib/X11/Terminal X11-Terminal-0.4/lib/X11/Terminal/GnomeTerminal.pm X11-Terminal-0.4/lib/X11/Terminal/XTerm.pm X11-Terminal-0.4/lib/X11/Terminal/Konsole.pm CPAN.pm: Going to build E/EG/EGILES/X11-Terminal-0.4.tar.gz >>> /export/home/fly1064/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.4.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/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/99-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/99-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 # Distribution version: 0.4 t/99-version.t ......... 1..5 ok 1 - X11::Terminal::GnomeTerminal is the same as the distribution version ok 2 - X11::Terminal::Konsole is the same as the distribution version ok 3 - X11::Terminal is the same as the distribution version ok 4 - X11::Terminal::XTerm is the same as the distribution version ok 5 - Changelog includes reference to the distribution version: 0.4 ok All tests successful. Files=7, Tests=106, 13 wallclock secs ( 0.14 usr 0.09 sys + 6.67 cusr 0.53 csys = 7.43 CPU) Result: PASS EGILES/X11-Terminal-0.4.tar.gz make test TEST_VERBOSE=1 -- OK Evan Giles <egiles@cpan.org> Create customised X11 termnal windows >>> (cd /export/home/fly1064/var/cpan/build/X11-Terminal-0.4-dX1Ui2 && tar cvf - X11-Terminal-0.4.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/E/EG/EGILES/X11-Terminal-0.4.tar.gz X11-Terminal-0.4.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/fly1064/var/cpan/build/X11-Terminal-0.4-dX1Ui2/X11-Terminal-0.4.ppd /export/home/fly1064/var/REPO/E/EG/EGILES Finished 2011-06-25T11:45:28