Checking if your kit is complete... Looks good Writing Makefile for Tk::GraphItems Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Tk/GraphItems/Circle.pm blib\lib\Tk\GraphItems\Circle.pm cp lib/Tk/GraphItems/Examples/gi_circles_graph.pl blib\lib\Tk\GraphItems\Examples\gi_circles_graph.pl cp lib/Tk/GraphItems/GraphItem.pm blib\lib\Tk\GraphItems\GraphItem.pm cp lib/Tk/GraphItems/Examples/create_and_autolayout.pl blib\lib\Tk\GraphItems\Examples\create_and_autolayout.pl cp lib/Tk/GraphItems/Connector.pm blib\lib\Tk\GraphItems\Connector.pm cp lib/Tk/GraphItems/Node.pm blib\lib\Tk\GraphItems\Node.pm cp lib/Tk/GraphItems/TextBox.pm blib\lib\Tk\GraphItems\TextBox.pm cp lib/Tk/GraphItems/Examples/gi_easy.pl blib\lib\Tk\GraphItems\Examples\gi_easy.pl cp lib/Tk/GraphItems.pm blib\lib\Tk\GraphItems.pm cp lib/Tk/GraphItems/Examples/moving_items.pl blib\lib\Tk\GraphItems\Examples\moving_items.pl cp lib/Tk/GraphItems/Examples/test_graph_items.pl blib\lib\Tk\GraphItems\Examples\test_graph_items.pl cp lib/Tk/GraphItems/TiedCoord.pm blib\lib\Tk\GraphItems\TiedCoord.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/pod......................1..12 ok 1 - blib\lib\Tk\GraphItems.pm ok 2 - blib\lib\Tk\GraphItems\Circle.pm ok 3 - blib\lib\Tk\GraphItems\Connector.pm ok 4 - blib\lib\Tk\GraphItems\GraphItem.pm ok 5 - blib\lib\Tk\GraphItems\Node.pm ok 6 - blib\lib\Tk\GraphItems\TextBox.pm ok 7 - blib\lib\Tk\GraphItems\TiedCoord.pm ok 8 - blib\lib\Tk\GraphItems\Examples\create_and_autolayout.pl ok 9 - blib\lib\Tk\GraphItems\Examples\gi_circles_graph.pl ok 10 - blib\lib\Tk\GraphItems\Examples\gi_easy.pl ok 11 - blib\lib\Tk\GraphItems\Examples\moving_items.pl ok 12 - blib\lib\Tk\GraphItems\Examples\test_graph_items.pl ok t/pod_coverage.............1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/Tk-GraphItems-Circle.....1..26 ok 1 - use Tk; ok 2 - require Tk::GraphItems::Circle; ok 3 - require Tk::GraphItems::Connector; ok 4 - instantiation ok 5 - first node ok 6 - second node ok 7 - connector ok 8 - new called on instance: new has to be called on a class-name! at t/Tk-GraphItems-Circle.t line 70 # ok 9 - method get_set_coords ok 10 - get_set_coords result_ok ok 11 - invalid args to set_coords(): method 'set_coords' failed: # args <1>, have to be numbers! at t/Tk-GraphItems-Circle.t line 38 # ok 12 - method move ok 13 - move result_ok ok 14 - invalid args to move(): method 'move' failed: args , have to be numbers! at t/Tk-GraphItems-Circle.t line 45 # ok 15 - method set_colour ok 16 - color set correctly ok 17 - invalid args to set_colour setting colour to not possible: unknown color name "foo" at C:/cpanrun/build/5-10-0/site/lib/Tk.pm line 250. # at t/Tk-GraphItems-Circle.t line 58 # ok 18 - set_size ok 19 - size set correctly ok 20 - invalid args to size(): method 'size' failed: # arg has to be a number! at t/Tk-GraphItems-Circle.t line 52 # ok 21 - circle binding created ok 22 - circle binding invoked ok 23 - circle binding deleted ok 24 - node not dragged yet ok 25 - node was_dragged ok 26 - drag_binding coords ok ok t/Tk-GraphItems-TextBox....1..34 ok 1 - use Tk; ok 2 - require Tk::GraphItems::TextBox; ok 3 - require Tk::GraphItems::Connector; ok 4 - instantiation ok 5 - node 1 ok 6 - node 2 ok 7 - connector ok 8 - method get_set_coords ok 9 - get_set_coords result_ok ok 10 - invalid args to set_coords(): method 'set_coords' failed: # args <1>, have to be numbers! at t/Tk-GraphItems-TextBox.t line 51 # ok 11 - method move ok 12 - move result_ok ok 13 - invalid args to move(): method 'move' failed: args , have to be numbers! at t/Tk-GraphItems-TextBox.t line 59 # ok 14 - method color ok 15 - color set correctly ok 16 - invalid args to TextBox->colour setting colour to not possible: unknown color name "foo" at C:/cpanrun/build/5-10-0/site/lib/Tk.pm line 250. # at t/Tk-GraphItems-TextBox.t line 76 # ok 17 - method set_text ok 18 - text set correctly ok 19 - method Connector->color ok 20 - color set correctly ok 21 - invalid args to Connector->color setting colour to not possible: unknown color name "foo" at C:/cpanrun/build/5-10-0/site/lib/Tk.pm line 250. # at t/Tk-GraphItems-TextBox.t line 92 # ok 22 - connector arrow ok 23 - arrow set correctly ok 24 - invalid args to connector->arrow setting arrow to not possible. # Arrow type must be one of # source # none # first # both # last # all # target # 1 # 0 # at t/Tk-GraphItems-TextBox.t line 84 # ok 25 - connector width ok 26 - connector->width set correctly ok 27 - invalid args to connector->width(): setting width to not possible: bad screen distance "foo" at C:/cpanrun/build/5-10-0/site/lib/Tk.pm line 250. # at t/Tk-GraphItems-TextBox.t line 98 # ok 28 - TextBox binding created ok 29 - TextBox binding deleted ok 30 - Connector binding created ok 31 - Connector binding deleted ok 32 - Connector CanvasItem exists ok 33 - Connector CanvasItem destroyed ok 34 - Canvas items destroyed ok t/Tk-GraphItems-Tie........1..9 ok 1 - use Tk; ok 2 - require Tk::GraphItems::Circle; ok 3 - require Tk::GraphItems::TextBox; ok 4 - require Tk::GraphItems::Connector; ok 5 - instantiation ok 6 - method move <50>,<30> ok 7 - method set_coords ok 8 - method set_tied_coords ok 9 - undef last ok t/Tk-GraphItems............1..12 ok 1 - use Tk; ok 2 - use Tk::GraphItems; ok 3 - use Tk::GraphItems::TextBox; ok 4 - instantiation circle ok 5 - The object isa Tk::GraphItems::Circle ok 6 - instantiation circle direct ok 7 - The object isa Tk::GraphItems::Circle ok 8 - instantiation textbox ok 9 - The object isa Tk::GraphItems::TextBox ok 10 - instantiation textbox direct ok 11 - The object isa Tk::GraphItems::TextBox ok 12 - instantiation connector ok t/Tk-GraphItems_more.......1..11 ok 1 - use Tk; ok 2 - require Tk::GraphItems; ok 3 - instantiation circle ok 4 - The object isa Tk::GraphItems::Circle ok 5 - instantiation circle direct ok 6 - The object isa Tk::GraphItems::Circle ok 7 - instantiation textbox ok 8 - The object isa Tk::GraphItems::TextBox ok 9 - instantiation textbox direct ok 10 - The object isa Tk::GraphItems::TextBox ok 11 - instantiation connector ok All tests successful, 1 test skipped. Files=7, Tests=104, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems\Circle.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems\Connector.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems\TextBox.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems\Examples\create_and_autolayout.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Tk\GraphItems\Examples\gi_easy.html Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Circle.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Connector.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\GraphItem.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Node.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\TextBox.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\TiedCoord.pm Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Examples\create_and_autolayout.pl Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Examples\gi_circles_graph.pl Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Examples\gi_easy.pl Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Examples\moving_items.pl Installing C:\cpanrun\build\5-10-0\site\lib\Tk\GraphItems\Examples\test_graph_items.pl Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod