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 Tom Scanlan,
    
This is a computer-generated report for NetworkInfo-Discovery-0.12
on perl-5.10.0, created automatically by CPAN-Reporter-1.0601 
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':

PERL_DL_NONLAZY=1 /Users/david/cpantesting/perl-5.10.0/bin/perl "-Iblib/lib" 
"-Iblib/arch" test.pl
1..1
# Running under perl version 5.010000 for darwin
# Current time local: Sat Jan 19 00:09:34 2008
# Current time GMT:   Sat Jan 19 00:09:34 2008
# Using Test.pm version 1.25
ok 1
ok 2
Use of uninitialized value in string ne at 
lib//NetworkInfo/Discovery/Register.pm line 427.
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
$self = bless( {
                 'autosave' => 1,
                 'file' => '/tmp/test.pl.register',
                 'ip2int' => {
                               '10.20.1.1' => 4,
                               '172.16.2.1' => 2,
                               '208.185.38.238' => 3,
                               '10.90.160.1' => 5,
                               '128.6.222.28' => 1,
                               '192.168.165.37' => '0 but true'
                             },
                 'interfaces' => [
                                   {
                                     'ip' => '192.168.165.37',
                                     'create_date' => 1200701374,
                                     'subnet' => 7,
                                     'mask' => 18
                                   },
                                   {
                                     'dns' => 'testhost.com',
                                     'ip' => '128.6.222.28',
                                     'create_date' => 1200701374,
                                     'update_date' => 1200701374,
                                     'subnet' => 3,
                                     'mac' => '11:50:DA:1A:0C:BB',
                                     'mask' => 16
                                   },
                                   {
                                     'dns' => 'moved.testhost.com',
                                     'ip' => '172.16.2.1',
                                     'create_date' => 1200701374,
                                     'update_date' => 1200701374,
                                     'subnet' => 5,
                                     'mac' => '00:50:CA:1A:0C:AA',
                                     'mask' => 24
                                   },
                                   {
                                     'ip' => '208.185.38.238',
                                     'create_date' => 1200701374,
                                     'subnet' => 6,
                                     'mask_prob' => '0.5',
                                     'mask' => '255.255.255.0'
                                   },
                                   {
                                     'gateway' => 0,
                                     'ip' => '10.20.1.1',
                                     'create_date' => 1200701374,
                                     'subnet' => 8,
                                     'mask_prob' => '0.5',
                                     'mask' => '255.0.0.0'
                                   },
                                   {
                                     'gateway' => 1,
                                     'ip' => '10.90.160.1',
                                     'create_date' => 1200701374,
                                     'subnet' => 8,
                                     'mask_prob' => '0.5',
                                     'mask' => '255.0.0.0'
                                   }
                                 ],
                 'events' => [
                               '1200701374 added subnet 0.0.0.0 at index 0',
                               '1200701374 added subnet 3.0.0.0 at index 1',
                               '1200701374 added subnet 5.5.5.0 at index 2',
                               '1200701374 added subnet 128.6.0.0 at index 3',
                               '1200701374 added subnet 1.1.0.0 at index 4',
                               '1200701374 add_interface_to_subnet interface=0, 
subnet=4',
                               '1200701374 add_interface_to_subnet interface=1, 
subnet=3',
                               '1200701374 added subnet 172.16.1.0 at index 5',
                               '1200701374 add_interface_to_subnet interface=2, 
subnet=5',
                               '1200701374 added subnet 208.185.38.0 at index 
6',
                               '1200701374 add_interface_to_subnet interface=3, 
subnet=6',
                               '1200701374 added subnet 192.168.128.0 at index 
7',
                               '1200701374 add_interface_to_subnet interface=4, 
subnet=7',
                               '1200701374 add_interface_to_subnet interface=5, 
subnet=7',
                               '1200701374 delete_interface: from index 0 but 
true',
                               '1200701374 remove_interface_from_subnet: 
interface=5, subnet=7',
                               '1200701374 delete_interface: swapping index 0 
but true for 5',
                               '1200701374 remove_interface_from_subnet: 
interface=0, subnet=4',
                               '1200701374 delete_interface: from index 0 but 
true',
                               '1200701374 remove_interface_from_subnet: 
interface=4, subnet=7',
                               '1200701374 delete_interface: swapping index 0 
but true for 4',
                               '1200701374 add_interface_to_subnet interface=0, 
subnet=7',
                               '1200701374 added subnet 10.0.0.0 at index 8',
                               '1200701374 add_interface_to_subnet interface=4, 
subnet=8',
                               '1200701374 add_interface_to_subnet interface=5, 
subnet=8'
                             ],
                 'gateways' => [
                                 {
                                   'interfaces' => [
                                                     4
                                                   ],
                                   'subnets' => [
                                                  8
                                                ]
                                 },
                                 {
                                   'interfaces' => [
                                                     5
                                                   ],
                                   'subnets' => [
                                                  8
                                                ]
                                 }
                               ],
                 'mac2int' => {
                                '00:50:CA:1A:0C:AA' => 2,
                                '11:50:DA:1A:0C:BB' => 1
                              },
                 'subnets' => [
                                {
                                  'ip' => '0.0.0.0',
                                  'create_date' => 1200701374,
                                  'mask' => 0
                                },
                                {
                                  'ip' => '3.0.0.0',
                                  'create_date' => 1200701374,
                                  'mask' => 8
                                },
                                {
                                  'ip' => '5.5.5.0',
                                  'create_date' => 1200701374,
                                  'mask' => 24
                                },
                                {
                                  'interfaces' => [
                                                    1
                                                  ],
                                  'ip' => '128.6.0.0',
                                  'create_date' => 1200701374,
                                  'mask' => 16
                                },
                                {
                                  'interfaces' => [],
                                  'ip' => '1.1.0.0',
                                  'create_date' => 1200701374,
                                  'mask' => 22
                                },
                                {
                                  'interfaces' => [
                                                    2
                                                  ],
                                  'ip' => '172.16.1.0',
                                  'create_date' => 1200701374,
                                  'mask' => 24
                                },
                                {
                                  'interfaces' => [
                                                    3
                                                  ],
                                  'ip' => '208.185.38.0',
                                  'create_date' => 1200701374,
                                  'mask' => 24
                                },
                                {
                                  'interfaces' => [
                                                    0
                                                  ],
                                  'ip' => '192.168.128.0',
                                  'create_date' => 1200701374,
                                  'mask' => 18
                                },
                                {
                                  'interfaces' => [
                                                    4,
                                                    5
                                                  ],
                                  'ip' => '10.0.0.0',
                                  'create_date' => 1200701374,
                                  'mask' => 8
                                }
                              ],
                 '_acls' => []
               }, 'NetworkInfo::Discovery::Register' );

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

Prerequisite modules loaded:

requires:

    Module          Need Have
    --------------- ---- ----
    Net::Pcap       0.04 0.14
    Net::Traceroute 1.05 1.10
    NetPacket       0.03 0.04

------------------------------
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 = 29152
    PERL5_CPAN_IS_RUNNING = 29152
    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.2501   
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.42     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.2501   
    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) 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