This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Flavio Poletti,
    
This is a computer-generated test report for WWW-Slides-0.0.8, created
automatically by CPAN::Reporter, version 0.43, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address; there may be a delay before the official report is
received and processed by CPAN Testers.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module            Need Have   
    ----------------- ---- -------
    Carp              0    1.07   
    Digest::MD5       0    2.36_01
    English           0    1.04   
    File::Basename    0    2.76   
    HTTP::Response    0    1.53   
    IO::Handle        0    1.27   
    IO::Select        0    1.17   
    IO::Socket        0    1.30_01
    Object::InsideOut 0    3.14   
    Socket            0    1.79   
    Test::Exception   0    0.25   
    Test::MockObject  0    1.07   
    Test::More        0    0.70   
    Test::Output      0    0.10   
    version           0    0.7203 

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.utf8
    PATH = 
/usr/local/perl/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/src/perl/repoperls/installed-perls/perl/p6RkDEe/[EMAIL 
PROTECTED]/bin/perl
    UID:  $<  = 1005
    EUID: $>  = 1005
    GID:  $(  = 1005 1005
    EGID: $)  = 1005 1005

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9101 
    Cwd                 3.24_01
    ExtUtils::CBuilder  0.18   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.41   
    ExtUtils::MakeMaker 6.32_01
    ExtUtils::Manifest  1.51_01
    ExtUtils::ParseXS   2.18   
    File::Spec          3.24   
    Module::Build       0.2808 
    Module::Signature   0.55   
    Test::Harness       2.64   
    Test::More          0.70   
    version             0.7203 

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

make[3]: Entering directory `/home/sand/.cpan/build/WWW-Slides-0.0.8-KKyi4e'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p6RkDEe/[EMAIL 
PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 
'blib/arch')" t/00.load.t t/pod.t t/Attendee/00.load.t t/Attendee/01.create.t 
t/Attendee/02.transition.t t/Attendee/03.ping.t t/Attendee/04.handle_input.t 
t/BasicLogger/00.load.t t/BasicLogger/01.create.t t/BasicLogger/02.default.t 
t/BasicLogger/03.stdout.t t/BasicLogger/04.fake.t t/Client/00.load.t 
t/Client/01.create.t t/Client/02.traffic.t t/Client/03.get_commands.t 
t/Client/50.load-TCP.t t/Client/51.create.t t/Client/52.traffic.t 
t/Controller/000.Single.load.t t/Controller/001.Single.create.t 
t/Controller/002.Single.selector.t t/Controller/003.Single.is_alive.t 
t/Controller/004.Single.owns.t t/Controller/005.Single.output.t 
t/Controller/006.Single.shut_down.t t/Controller/007.Single.execute.t 
t/Controller/100.Multiple.load.t t/Controller/200.STDIO.load.t 
t/Controller/300.TCP.load.t t/Controller/400.UDP.load.t t/Slide!
 Show/00.load.t t/SlideShow/01.can.t t/SlideShow/02.read.t 
t/SlideShow/03.getstuff.t t/SlideShow/04.movement.t t/SlideTracker/00.load.t 
t/SlideTracker/01.create.t t/SlideTracker/02.transition.t
t/00.load............................# Testing inclusions
# Loading WWW::Slides 0.0.8
# Loading WWW::Slides::Talk 0.0.5
# Loading WWW::Slides::Attendee 0.0.4
# Loading WWW::Slides::SlideShow 0.0.7
# Loading WWW::Slides::SlideTracker 0.0.3
# Loading WWW::Slides::BasicLogger 0.0.5
# Loading WWW::Slides::Controller::UDP 0.0.3
# Loading WWW::Slides::Controller::TCP 0.0.4
# Loading WWW::Slides::Controller::STDIO 0.0.3
# Loading WWW::Slides::Controller::Multiple 0.0.3
# Loading WWW::Slides::Controller::Single 0.0.8
# Loading WWW::Slides::Client::TCP 0.0.3
# Loading WWW::Slides::Client::Base 0.0.5
ok
t/Attendee/00.load...................# Testing WWW::Slides::Attendee 0.0.4
ok
t/Attendee/01.create.................ok
t/Attendee/02.transition.............ok
t/Attendee/03.ping...................ok
t/Attendee/04.handle_input...........ok
t/BasicLogger/00.load................# Testing WWW::Slides::BasicLogger 0.0.5
ok
t/BasicLogger/01.create..............ok
t/BasicLogger/02.default.............ok
t/BasicLogger/03.stdout..............ok
t/BasicLogger/04.fake................ok
t/Client/00.load.....................# Testing WWW::Slides::Client::Base 0.0.5
ok
t/Client/01.create...................ok
t/Client/02.traffic..................ok
t/Client/03.get_commands.............ok
t/Client/50.load-TCP.................# Testing WWW::Slides::Client::TCP 0.0.3
ok
t/Client/51.create...................ok
t/Client/52.traffic..................ok
t/Controller/000.Single.load.........# Testing WWW::Slides::Controller::Single 
0.0.8
ok
t/Controller/001.Single.create.......ok
t/Controller/002.Single.selector.....ok
t/Controller/003.Single.is_alive.....ok
t/Controller/004.Single.owns.........ok
t/Controller/005.Single.output.......ok
t/Controller/006.Single.shut_down....ok
t/Controller/007.Single.execute......ok
t/Controller/100.Multiple.load.......# Testing 
WWW::Slides::Controller::Multiple 0.0.3
ok
t/Controller/200.STDIO.load..........# Testing WWW::Slides::Controller::STDIO 
0.0.3
ok
t/Controller/300.TCP.load............# Testing WWW::Slides::Controller::TCP 
0.0.4
ok
t/Controller/400.UDP.load............# Testing WWW::Slides::Controller::UDP 
0.0.3
ok
t/pod................................ok
t/SlideShow/00.load..................# Testing WWW::Slides::SlideShow 0.0.7
ok
t/SlideShow/01.can...................ok
t/SlideShow/02.read..................ok
t/SlideShow/03.getstuff..............ok
t/SlideShow/04.movement..............ok
t/SlideTracker/00.load...............# Testing WWW::Slides::SlideTracker 0.0.3
ok
t/SlideTracker/01.create.............ok
t/SlideTracker/02.transition.........ok
All tests successful.
Files=39, Tests=364, 20 wallclock secs (14.36 cusr +  0.81 csys = 15.17 CPU)
make[3]: Leaving directory `/home/sand/.cpan/build/WWW-Slides-0.0.8-KKyi4e'


--

Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.6.18-4-k7, archname=i686-linux-64int
    uname='linux k75 2.6.18-4-k7 #1 smp mon mar 26 17:57:15 utc 2007 i686 
gnulinux '
    
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/p6RkDEe/[EMAIL
 PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des 
-Duse64bitint -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -g -L/usr/local/lib'

Reply via email to