This will configure and build Inline::C++. What default C++ compiler would you like to use? [g++] g++ What default libraries would you like to include? [-lstdc++] -lstdc++ Checking if your kit is complete... Looks good Writing Makefile for Inline::CPP::grammar Writing Makefile for Inline::CPP make: *** Warning: File `Makefile' has modification time in the future (2007-11-28 19:24:32 > 2007-11-28 19:24:31) cp CPP.pm blib/lib/Inline/CPP.pm cp lib/Inline/CPP.pod blib/lib/Inline/CPP.pod make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' cp grammar.pm ../blib/lib/Inline/CPP/grammar.pm make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' Manifying blib/man3/Inline::CPP.3 make: warning: Clock skew detected. Your build may be incomplete. make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' 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/01basic.....1..10 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:24:42 2007 # Current time GMT: Thu Nov 29 03:24:42 2007 # Using Test.pm version 1.25 ***************** This module is deprecated. Please install the latest version of InlineX::C2XS instead ***************** ok 1 11111) Benjamin is a Private 22222) Sanders is a Colonel 33333) Matt is a Sergeant ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/02prefix....1..4 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:24:48 2007 # Current time GMT: Thu Nov 29 03:24:48 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok All tests successful. Files=2, Tests=14, 11 wallclock secs ( 5.23 cusr + 2.69 csys = 7.92 CPU) make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' 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/01nherit....1..5 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:24:53 2007 # Current time GMT: Thu Nov 29 03:24:53 2007 # Using Test.pm version 1.25 ***************** This module is deprecated. Please install the latest version of InlineX::C2XS instead ***************** ok 1 ok 2 ok 3 ok 4 ok 5 ok t/02scope.....1..2 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:24:59 2007 # Current time GMT: Thu Nov 29 03:24:59 2007 # Using Test.pm version 1.25 ok 1 ok 2 Hello, world! ok t/03inline....1..2 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:03 2007 # Current time GMT: Thu Nov 29 03:25:03 2007 # Using Test.pm version 1.25 ok 1 15 ok 2 new Color object created... Color::set_color(15) Color::get_color called. Returning 15 Color::get_color called. Returning 15 Color object being destroyed... ok t/04const.....1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:08 2007 # Current time GMT: Thu Nov 29 03:25:08 2007 # Using Test.pm version 1.25 ok 1 ok t/05virt......1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:13 2007 # Current time GMT: Thu Nov 29 03:25:13 2007 # Using Test.pm version 1.25 ok 1 ok t/06deflt.....1..2 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:17 2007 # Current time GMT: Thu Nov 29 03:25:17 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok t/07static....1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:24 2007 # Current time GMT: Thu Nov 29 03:25:24 2007 # Using Test.pm version 1.25 ok 1 ok t/08anon......1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:32 2007 # Current time GMT: Thu Nov 29 03:25:32 2007 # Using Test.pm version 1.25 ok 1 ok t/09purevt....1..2 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:40 2007 # Current time GMT: Thu Nov 29 03:25:40 2007 # Using Test.pm version 1.25 ok 1 ok 2 Hello, Neil ok t/10struct....1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:25:49 2007 # Current time GMT: Thu Nov 29 03:25:49 2007 # Using Test.pm version 1.25 ok 1 ok t/11minhrt....1..3 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:00 2007 # Current time GMT: Thu Nov 29 03:26:00 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok t/12retlst....1..3 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:11 2007 # Current time GMT: Thu Nov 29 03:26:11 2007 # Using Test.pm version 1.25 $VAR1 = [ 1, 'Hello?', '15.6' ]; ok 1 ok 2 ok 3 Hello! ok t/13vararg....1..6 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:22 2007 # Current time GMT: Thu Nov 29 03:26:22 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/14const.....1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:32 2007 # Current time GMT: Thu Nov 29 03:26:32 2007 # Using Test.pm version 1.25 ok 1 ok t/15stvar.....1..1 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:41 2007 # Current time GMT: Thu Nov 29 03:26:41 2007 # Using Test.pm version 1.25 ok 1 ok t/16varlst....1..2 # Running under perl version 5.010000 for linux # Current time local: Wed Nov 28 19:26:49 2007 # Current time GMT: Thu Nov 29 03:26:49 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok All tests successful. Files=16, Tests=34, 122 wallclock secs (39.06 cusr + 18.38 csys = 57.44 CPU) make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Inline-CPP/grammar' Installing /home/cpanrun/build/5.10.0/html/site/lib/Inline/CPP.html Installing /home/cpanrun/build/5.10.0/site/lib/Inline/CPP.pod Installing /home/cpanrun/build/5.10.0/site/lib/Inline/CPP.pm Installing /home/cpanrun/build/5.10.0/site/lib/Inline/CPP/grammar.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Inline::CPP.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod