Warning: prerequisite Tk 0 not found. Warning: prerequisite Tk::AbstractCanvas 0 not found. Warning: prerequisite Tk::Canvas 0 not found. Warning: prerequisite Tk::Derived 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Tk::AbstractCanvas cp AbstractCanvas.pm blib/lib/Tk/AbstractCanvas.pm Manifying blib/man3/Tk::AbstractCanvas.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..15 # Running under perl version 5.010000 for darwin # Current time local: Tue Nov 27 00:47:50 2007 # Current time GMT: Tue Nov 27 08:47:50 2007 # Using Test.pm version 1.25 not ok 1 # Test 1 got: "Can't locate Tk.pm in @INC (@INC contains: blib/lib blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at test.pl line 6.\n" (test.pl at line 7) # Expected: "" (loading Tk module) # test.pl line 7 is: ok($@, '', 'loading Tk module'); not ok 2 # Test 2 got: "Can't locate object method \"new\" via package \"Tk::MainWindow\" (perhaps you forgot to load \"Tk::MainWindow\"?) at test.pl line 10.\n" (test.pl at line 11) # Expected: "" (Can't create MainWindow) # test.pl line 11 is: ok($@, '', "Can't create MainWindow"); Undefined subroutine &Tk::Exists called at test.pl line 12. make: *** [test_dynamic] Error 2