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 Matt Luker,
    
This is a computer-generated report for RSH-Logging-0.3.1
on perl-5.10.0 patch 32468, created automatically by CPAN-Reporter-1.06 
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
    * Program output
    * Prerequisites
    * Environment and other context

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

Additional comments from tester: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'make test':

/Users/david/cpantesting/perl-5.10.0/bin/perl "-Iinc" Makefile.PL --config= 
--installdeps=Test::Perl::Critic,0,Text::SimpleTable,0
PERL_DL_NONLAZY=1 /Users/david/cpantesting/perl-5.10.0/bin/perl 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 
'blib/arch')" t/000.load.t t/010.RSH-Logging.t t/999.perlcritic.t 
t/999.pod-coverage.t t/999.pod.t
t/000.load............# Testing RSH::Logging 0.3.1
ok
t/010.RSH-Logging.....TOTAL TIME 0.000361s (2770.083/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.000361s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.002043s (489.476/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.002043s |
|   + sub1a                                                      | 0.001418s |
|     + sub2a                                                    | 0.000287s |
|     + sub2b                                                    | 0.000301s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.002464s (405.844/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + main                                                         | 0.002464s |
|   + main                                                       | 0.001437s |
|     + main                                                     | 0.000221s |
|     + main                                                     | 0.000216s |
'----------------------------------------------------------------+-----------'

DEBUG Logging.pm:384, RSH::Logging::print_event_tracking_results: TOTAL TIME 
0.002244s (445.633/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.002244s |
|   + sub1a                                                      | 0.001586s |
|     + sub2a                                                    | 0.000218s |
|     + sub2b                                                    | 0.000416s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.002098s (476.644/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.002098s |
|   + sub1a                                                      | 0.001407s |
|     + sub2a                                                    | 0.000282s |
|     + sub2b                                                    | 0.000199s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.002122s (471.254/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.002122s |
|   + sub1a (notation 1)                                         | 0.001416s |
|     + sub2a (notation 2)                                       | 0.000366s |
|     + sub2b (this is a very long note, which you shouldn't do- | 0.000280s |
| , but it can't be helped that people don't think things throu- |           |
| gh from time to time.)                                         |           |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.002759s (362.450/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.002759s |
|   + sub1a                                                      | 0.002211s |
|     + sub2a                                                    | 0.000154s |
|     + sub2b                                                    | 0.000155s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.001631s (613.121/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo2                                                         | 0.001631s |
|   + sub1a                                                      | 0.001206s |
|     + sub2a                                                    | 0.000224s |
|     + sub2b                                                    | 0.000337s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.051714s (19.337/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.051714s |
|   + sub1a                                                      | 0.051321s |
|     + sub2a                                                    | 0.000374s |
|     + sub2b                                                    | 0.002886s |
|       + foo2                                                   | 0.002239s |
|         + sub1a                                                | 0.001629s |
|           + sub2a                                              | 0.000337s |
|           + sub2b                                              | 0.000222s |
'----------------------------------------------------------------+-----------'

TOTAL TIME 0.001323s (755.858/s)
.----------------------------------------------------------------+-----------.
| Event                                                          | Time      |
+----------------------------------------------------------------+-----------+
| + foo                                                          | 0.001323s |
|   + sub1a                                                      | 0.001037s |
|     + sub2a                                                    | 0.000218s |
|     + sub2b                                                    | 0.000368s |
'----------------------------------------------------------------+-----------'

ok
t/999.perlcritic......skipped
        all skipped: Not worrying about perl critic right now.
t/999.pod-coverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/999.pod.............ok
All tests successful, 2 tests skipped.
Files=5, Tests=109,  4 wallclock secs ( 1.05 cusr +  0.27 csys =  1.32 CPU)

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

Prerequisite modules loaded:

requires:

    Module             Need Have  
    ------------------ ---- ------
    IO::File           0    1.14  
    Log::Log4perl      0    1.14  
    Scalar::Util       0    1.19  
    Test::More         0    0.72  
    Test::Perl::Critic 0    1.01  
    Test::Pod          0    1.26  
    Text::SimpleTable  0    0.03  
    Time::HiRes        0    1.9708

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

Environment variables:

    PATH = 
/sw/bin:/sw/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
    PERL5LIB = /sw/lib/perl5:/sw/lib/perl5/darwin
    PERL5_CPANPLUS_IS_RUNNING = 13972
    PERL5_CPAN_IS_RUNNING = 13972
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /Users/david/cpantesting/perl-5.10.0/bin/perl
    $UID/$EUID = 501 / 501
    $GID = 501 501 81 79 80
    $EGID = 501 501 81 79 80

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.25_01  
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.36_01  
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.25     
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                0.66     
    YAML::Syck          n/a      
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0 patch 32468) 
configuration:
  Platform:
    osname=darwin, osvers=8.10.1, archname=darwin-thread-multi-2level
    uname='darwin cowshed-door.barnyard.co.uk 8.10.1 darwin kernel version 
8.10.1: wed may 23 16:33:00 pdt 2007; root:xnu-792.22.5~1release_i386 i386 i386 
'
    config_args='-de -Dprefix=/Users/david/cpantesting/perl-5.10.0 -Dusethreads'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe',
    optimize='-O3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe'
    ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =''
    libpth=/usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup'

Reply via email to