Checking if your kit is complete... Looks good Writing Makefile for SVG::Template::Graph Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/SVG/Template/Graph.pm blib\lib\SVG\Template\Graph.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/01-load...............1..3 ok 1 - test template file exists ok 2 - load SVG::Template::Graph object ok 3 - serialise ok t/02-titles.............1..9 ok 1 - test template file exists ok 2 - load SVG::Template::Graph object Undeclared xml ID group.graph.title! Adding to ID list at t/02-titles.t line 17 group.graph.title = group.graph.title ok 3 - set graph title Undeclared xml ID group.trace.axes.title.x.1! Adding to ID list at t/02-titles.t line 20 group.trace.axes.title.x.1 = group.trace.axes.title.x.1 ok 4 - set graph title Undeclared xml ID group.trace.axes.title.x.2! Adding to ID list at t/02-titles.t line 21 group.trace.axes.title.x.2 = group.trace.axes.title.x.2 ok 5 - set graph title Undeclared xml ID group.trace.axes.title.y.1! Adding to ID list at t/02-titles.t line 23 group.trace.axes.title.y.1 = group.trace.axes.title.y.1 ok 6 - set second graph title Undeclared xml ID group.trace.axes.title.y.2! Adding to ID list at t/02-titles.t line 24 group.trace.axes.title.y.2 = group.trace.axes.title.y.2 ok 7 - set graph title ok 8 - serialise ok 9 - check that graph title showed up in output ok t/03-lines..............1..12 ok 1 - Source data arrays match lengths ok 2 - test template file exists ok 3 - load SVG::Template::Graph object Undeclared xml ID group.graph.title! Adding to ID list at t/03-lines.t line 76 group.graph.title = group.graph.title ok 4 - set graph title Undeclared xml ID group.trace.axes.title.y.1! Adding to ID list at t/03-lines.t line 77 group.trace.axes.title.y.1 = group.trace.axes.title.y.1 ok 5 - set graph title Undeclared xml ID group.trace.axes.title.y.2! Adding to ID list at t/03-lines.t line 78 group.trace.axes.title.y.2 = group.trace.axes.title.y.2 ok 6 - set Y Axis title 2 Undeclared xml ID group.trace.axes.title.x.1! Adding to ID list at t/03-lines.t line 79 group.trace.axes.title.x.1 = group.trace.axes.title.x.1 ok 7 - set X Axis title Undeclared xml ID group.trace.title.1! Adding to ID list at t/03-lines.t line 80 group.trace.title.1 = group.trace.title.1 ok 8 - set Trace 1 title Undeclared xml ID group.trace.axes.title.x.2! Adding to ID list at t/03-lines.t line 81 group.trace.axes.title.x.2 = group.trace.axes.title.x.2 ok 9 - set X axis two title ok 10 - serialise ok 11 - generated one line ok 12 - check that graph title showed up in output ok t/04-graphtarget........1..14 ok 1 - Source data arrays match lengths ok 2 - test template file exists ok 3 - load SVG::Template::Graph object ok 4 - set graph target Undeclared xml ID group.graph.title! Adding to ID list at t/04-graphtarget.t line 77 group.graph.title = group.graph.title ok 5 - set graph title Undeclared xml ID group.trace.axes.title.y.1! Adding to ID list at t/04-graphtarget.t line 78 group.trace.axes.title.y.1 = group.trace.axes.title.y.1 ok 6 - set graph title Undeclared xml ID group.trace.axes.title.y.2! Adding to ID list at t/04-graphtarget.t line 79 group.trace.axes.title.y.2 = group.trace.axes.title.y.2 ok 7 - set Y Axis title 2 Undeclared xml ID group.trace.axes.title.x.1! Adding to ID list at t/04-graphtarget.t line 80 group.trace.axes.title.x.1 = group.trace.axes.title.x.1 ok 8 - set X Axis title Undeclared xml ID group.trace.title.1! Adding to ID list at t/04-graphtarget.t line 81 group.trace.title.1 = group.trace.title.1 ok 9 - set Trace 1 title Undeclared xml ID group.trace.axes.title.x.2! Adding to ID list at t/04-graphtarget.t line 82 group.trace.axes.title.x.2 = group.trace.axes.title.x.2 ok 10 - set X axis two title ok 11 - serialise ok 12 - generated one line ok 13 - check that graph title showed up in output ok 14 - graph target shows up in output ok t/05-setparser..........1..4 ok 1 - use SVG::Template::Graph; ok 2 - test template file exists ok 3 - load SVG::Template::Graph object ok 4 - serialise ok t/06-addmissinggroup....1..4 ok 1 - use SVG::Template::Graph; ok 2 - test template file t/template2.svg exists ok 3 - load SVG::Template::Graph object ok 4 - serialise ok t/07-idmaps.............1..3 ok 1 - test template file exists ok 2 - load SVG::Template::Graph object ok 3 - serialise ok t/08-saxtest............1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 15:05:18 2008 # Current time GMT: Wed Jan 9 23:05:18 2008 # Using Test.pm version 1.25 # Test 1 got: "0" (t/08-saxtest.t at line 17) # Expected: "1" (Invalid characters in PUBLIC identifier [Ln: 2, Col: 47] #) # t/08-saxtest.t line 17 is: ok(0, 1, $@); not ok 1 FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/08-saxtest.t 1 1 1 Failed 1/8 test scripts. 1/50 subtests failed. Files=8, Tests=50, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/8 test programs. 1/50 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.