Checking if your kit is complete... Looks good Writing Makefile for Net::P0f make: *** Warning: File `Makefile' has modification time in the future (2007-11-29 08:54:48 > 2007-11-29 08:54:47) cp lib/Net/P0f.pm blib/lib/Net/P0f.pm cp lib/Net/P0f/Backend/Socket.pm blib/lib/Net/P0f/Backend/Socket.pm cp lib/Net/P0f/Backend/XS.pm blib/lib/Net/P0f/Backend/XS.pm cp lib/Net/P0f/Backend/CmdFE.pm blib/lib/Net/P0f/Backend/CmdFE.pm Manifying blib/man3/Net::P0f.3 Manifying blib/man3/Net::P0f::Backend::Socket.3 Manifying blib/man3/Net::P0f::Backend::XS.3 Manifying blib/man3/Net::P0f::Backend::CmdFE.3 make: warning: Clock skew detected. Your build may be incomplete. PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00load...........1..4 ok 1 - use Net::P0f; ok 2 - use Net::P0f::Backend::CmdFE; ok 3 - use Net::P0f::Backend::Socket; ok 4 - use Net::P0f::Backend::XS; # Testing Net::P0f 0.02 ok t/00prereq.........1..1 # Checking required modules # - using Test::More 0.72 # - using Net::Pcap 0.14 ok 1 ok t/01api............1..48 ok 1 - Net::P0f::new ok 2 - Net::P0f::AUTOLOAD ok 3 - Net::P0f::DESTROY ok 4 - Net::P0f::loop ok 5 - Net::P0f::lookupdev ok 6 - Net::P0f::findalldevs ok 7 - Net::P0f::Backend::CmdFE::init ok 8 - Net::P0f::Backend::CmdFE::run ok 9 - Net::P0f::Backend::Socket::init ok 10 - Net::P0f::Backend::Socket::run ok 11 - Net::P0f::Backend::XS::init ok 12 - Net::P0f::Backend::XS::run ok 13 - object created using '' backend ok 14 - > object is a blessed ref ok 15 - > object ISA Net::P0f::Backend::CmdFE ok 16 - - object can new() ok 17 - - object can loop() ok 18 - - object can lookupdev() ok 19 - - object can findalldevs() ok 20 - - object can init() ok 21 - - object can run() ok 22 - object created using 'cmd' backend ok 23 - > object is a blessed ref ok 24 - > object ISA Net::P0f::Backend::CmdFE ok 25 - - object can new() ok 26 - - object can loop() ok 27 - - object can lookupdev() ok 28 - - object can findalldevs() ok 29 - - object can init() ok 30 - - object can run() ok 31 - object created using 'socket' backend ok 32 - > object is a blessed ref ok 33 - > object ISA Net::P0f::Backend::Socket ok 34 - - object can new() ok 35 - - object can loop() ok 36 - - object can lookupdev() ok 37 - - object can findalldevs() ok 38 - - object can init() ok 39 - - object can run() ok 40 - object created using 'xs' backend ok 41 - > object is a blessed ref ok 42 - > object ISA Net::P0f::Backend::XS ok 43 - - object can new() ok 44 - - object can loop() ok 45 - - object can lookupdev() ok 46 - - object can findalldevs() ok 47 - - object can init() ok 48 - - object can run() ok t/02accessors......1..33 ok 1 - chroot_as() default value: undef ok 2 - -> setting to 'nobody' ok 3 - -> checking ok 4 - fingerprints_file() default value: undef ok 5 - -> setting to 'p0f.fp'' ok 6 - -> checking ok 7 - interface() default value: undef ok 8 - -> setting to 'eth0' ok 9 - -> checking ok 10 - dump_file() default value: undef ok 11 - -> setting to 'network.dump' ok 12 - -> checking ok 13 - detection_mode() default value: 0 ok 14 - -> setting to 1 ok 15 - -> checking ok 16 - fuzzy() default value: 0 ok 17 - -> setting to 1 ok 18 - -> checking ok 19 - promiscuous() default value: 0 ok 20 - -> setting to 1 ok 21 - -> checking ok 22 - filter() default value: undef ok 23 - -> setting to 'net 192.168.1' ok 24 - -> checking ok 25 - masquerade_detection() default value: 0 ok 26 - -> setting to 1 ok 27 - -> checking ok 28 - masquerade_detection_threshold() default value: undef ok 29 - -> setting to 100 ok 30 - -> checking ok 31 - resolve_names() default value: 0 ok 32 - -> setting to ok 33 - -> checking ok t/03diag...........1..14 ok 1 - passing unknown backend to new() ok 2 - - object not created ok 3 - passing unknown option to new() ok 4 - The object isa Net::P0f::Backend::CmdFE ok 5 - calling an unknown option ok 6 - calling loop() without callback ok 7 - calling loop() without count ok 8 - calling loop() with no source ok 9 - passing unknown option to new() -- CmdFE backend ok 10 - The object isa Net::P0f::Backend::CmdFE ok 11 - passing unknown option to new() -- XS backend ok 12 - The object isa Net::P0f::Backend::XS ok 13 - passing unknown option to new() -- Socket backend ok 14 - The object isa Net::P0f::Backend::Socket ok t/09pcap...........1..2 ok 1 - use Net::Pcap; ok 2 ok t/10lookupdev......1..4 ok 1 ok 2 ok 3 ok 4 ok t/11findalldevs....1..0 # Skip must be run as root skipped all skipped: must be run as root t/distchk..........1..0 # Skip Test::Distribution required for checking distribution skipped all skipped: Test::Distribution required for checking distribution t/pod..............1..4 ok 1 - blib/lib/Net/P0f.pm ok 2 - blib/lib/Net/P0f/Backend/XS.pm ok 3 - blib/lib/Net/P0f/Backend/CmdFE.pm ok 4 - blib/lib/Net/P0f/Backend/Socket.pm ok t/podcover.........1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/portfs...........1..0 # Skip Test::Portability::Files required for testing filenames portability skipped all skipped: Test::Portability::Files required for testing filenames portability All tests successful, 4 tests skipped. Files=12, Tests=110, 1 wallclock secs ( 1.09 cusr + 0.37 csys = 1.46 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/P0f.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/P0f/Backend/Socket.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/P0f/Backend/CmdFE.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/P0f/Backend/XS.html Installing /home/cpanrun/build/5.10.0/site/lib/Net/P0f.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/P0f/Backend/XS.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/P0f/Backend/CmdFE.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/P0f/Backend/Socket.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::P0f.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::P0f::Backend::XS.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::P0f::Backend::Socket.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::P0f::Backend::CmdFE.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod