# running Build.PL C:\cpanrun\build\5-10-0\bin\perl.exe Build.PL * Optional prerequisite Test::Pod::Coverage is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'XML-Genx' version '0.22' Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 Generating script 'src\charProps.ccs' cl -nologo -c @"src\charProps.ccs" -Fo"src\charProps.obj" "src\charProps.c" charProps.c Generating script 'src\genx.ccs' cl -nologo -c @"src\genx.ccs" -Fo"src\genx.obj" "src\genx.c" genx.c Copying lib\XML\Genx\Simple.pm -> blib\lib\XML\Genx\Simple.pm Copying lib\XML\Genx.pm -> blib\lib\XML\Genx.pm Copying lib\XML\Genx\SAXWriter.pm -> blib\lib\XML\Genx\SAXWriter.pm Copying lib\XML\Genx\Constants.pm -> blib\lib\XML\Genx\Constants.pm lib\XML\Genx.xs -> lib\XML\Genx.c Generating script 'lib\XML\Genx.ccs' cl -nologo -c @"lib\XML\Genx.ccs" -Fo"lib\XML\Genx.obj" "lib\XML\Genx.c" Genx.c ExtUtils::Mkbootstrap::Mkbootstrap('blib\arch\auto\XML\Genx\Genx.bs') Generating script 'lib\XML\Genx.lds' link @"lib\XML\Genx.lds" -out:"blib\arch\auto\XML\Genx\Genx.dll" Creating library lib\XML\Genx.lib and object lib\XML\Genx.exp Manifying blib\lib/XML/Genx/Simple.pm -> blib\libdoc\XML.Genx.Simple.3 Manifying blib\lib/XML/Genx/SAXWriter.pm -> blib\libdoc\XML.Genx.SAXWriter.3 Manifying blib\lib/XML/Genx.pm -> blib\libdoc\XML.Genx.3 Manifying blib\lib/XML/Genx/Constants.pm -> blib\libdoc\XML.Genx.Constants.3 HTMLifying blib\lib\XML\Genx\Simple.pm -> blib\libhtml\site\lib\XML\Genx\Simple.html HTMLifying blib\lib\XML\Genx\SAXWriter.pm -> blib\libhtml\site\lib\XML\Genx\SAXWriter.html HTMLifying blib\lib\XML\Genx.pm -> blib\libhtml\site\lib\XML\Genx.html HTMLifying blib\lib\XML\Genx\Constants.pm -> blib\libhtml\site\lib\XML\Genx\Constants.html Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 test t\01pod-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\01pod.................1..4 ok 1 - blib\lib\XML\Genx.pm ok 2 - blib\lib\XML\Genx\Constants.pm ok 3 - blib\lib\XML\Genx\SAXWriter.pm ok 4 - blib\lib\XML\Genx\Simple.pm ok t\XML-Genx-SAXWriter....1..13 ok 1 - use XML::Genx::SAXWriter; ok 2 - The object isa XML::Genx::SAXWriter ok 3 - XML::Genx::SAXWriter->can(...) ok 4 - simple end_document() ok 5 - simple output ok 6 - namespaces end_document() ok 7 - namespaces output ok 8 - misc end_document() ok 9 - misc output ok 10 - output to filehandle ok 11 - output to filename ok 12 - output to sub ok 13 - Changed default namespace correctly ok t\XML-Genx-Simple.......1..11 ok 1 - use XML::Genx::Simple; ok 2 - The object isa XML::Genx ok 3 - XML::Genx::Simple->can(...) ok 4 - That went well. ok 5 - Element() ok 6 - That went well too ok 7 - StartDocString() ok 8 - StartDocString() no warnings ok 9 - GetDocString() returns undef before use ok 10 - Predeclared Element did not grumble ok 11 - ... and produced the right output. ok t\XML-Genx..............1..115 ok 1 - use XML::Genx; ok 2 - use XML::Genx::Constants; ok 3 - The object isa XML::Genx ok 4 - XML::Genx->can(...) ok 5 - GetVersion() ok 6 - StartDocFile(fh) ok 7 - LastErrorMessage() ok 8 - GetErrorMessage(0) ok 9 - Comment(hello world) ok 10 - PI(ping pong) ok 11 - StartElementLiteral(urn:foo,foo) ok 12 - AddAttributeLiteral(urn:foo,baz,quux) ok 13 - AddText(bar) ok 14 - AddCharacter(ord(!)) ok 15 - EndElement() ok 16 - EndDocument() ok 17 - test_basics() output ok 18 - StartDocFile(fh) ok 19 - StartElementLiteral("",foo) ok 20 - AddAttributeLiteral() ok 21 - EndElement() ok 22 - EndDocument() ok 23 - test_empty_namespace() output ok 24 - StartDocFile(fh) ok 25 - StartElementLiteral(undef,foo) ok 26 - AddAttributeLiteral() ok 27 - EndElement() ok 28 - EndDocument() ok 29 - test_undef_namespace() output ok 30 - StartDocFile(fh) ok 31 - StartElementLiteral(foo) ok 32 - AddAttributeLiteral() ok 33 - EndElement() ok 34 - EndDocument() ok 35 - test_no_namespace() output ok 36 - StartDocFile(bad filehandle) ok 37 - DeclareNamespace() ok 38 - The object isa XML::Genx::Namespace ok 39 - XML::Genx::Namespace->can(...) ok 40 - GetNamespacePrefix() ok 41 - DeclareElement() ok 42 - The object isa XML::Genx::Element ok 43 - XML::Genx::Element->can('StartElement') ok 44 - The object isa XML::Genx::Element ok 45 - DeclareAttribute() ok 46 - The object isa XML::Genx::Attribute ok 47 - XML::Genx::Attribute->can('AddAttribute') ok 48 - The object isa XML::Genx::Attribute ok 49 - StartDocFile() ok 50 - StartElement() ok 51 - AddAttribute() ok 52 - EndElement() ok 53 - EndDocument() ok 54 - test_declared_in_use() output ok 55 - StartDocFile() ok 56 - StartElement() ok 57 - AddAttribute() ok 58 - EndElement() ok 59 - EndDocument() ok 60 - test_declared_no_namespace() output ok 61 - StartDocFile() ok 62 - StartElement(el) ok 63 - AddNamespace("") ok 64 - AddNamespace() ok 65 - AddAttributeLiteral(ns2url,at,val) ok 66 - EndElement() ok 67 - EndDocument() ok 68 - test_declared_with_namespace() output ok 69 - StartDocSender() ok 70 - StartElementLiteral(undef,foo) ok 71 - AddText(*utf8*) ok 72 - EndElement() ok 73 - EndDocument() ok 74 - test_sender() output ok 75 - StartDocFile() ok 76 - StartElementLiteral(undef,monogram-for-earth) ok 77 - AddText(*astral-utf8*) ok 78 - EndElement() ok 79 - EndDocument() ok 80 - test_astral() output ok 81 - StartDocFile() ok 82 - The object isa XML::Genx::Namespace ok 83 - StartElementLiteral(ns,foo) ok 84 - AddAttributeLiteral(x:attr) ok 85 - EndElement() ok 86 - EndDocument() ok 87 - test_declared_namespace_in_literal() output ok 88 - test_c14n_example_3_3() output ok 89 - LastErrorCode() after new() ok 90 - EndDocument() sequence error ok 91 - Exception reports location. ok 92 - LastErrorCode() after an exception. ok 93 - The object isa XML::Genx::Namespace ok 94 - ns->AddNamespace() sequence error ok 95 - LastErrorCode() after an exception. ok 96 - The object isa XML::Genx::Element ok 97 - el->StartElement() sequence error ok 98 - LastErrorCode() after an exception. ok 99 - The object isa XML::Genx::Attribute ok 100 - at->AddAttribute() sequence error ok 101 - LastErrorCode() after an exception. ok 102 - StartElementLiteral() invalid char ok 103 - LastErrorCode() after an exception. ok 104 - AddAttributeLiteral() invalid char ok 105 - LastErrorCode() after an exception. ok 106 - AddCharacter() invalid char ok 107 - LastErrorCode() after an exception. ok 108 - GENX_SUCCESS ok 109 - GENX_SEQUENCE_ERROR ok 110 - StartDocFile() ok 111 - StartElementLiteral(foo) ok 112 - EndElement() ok 113 - EndDocument() ok 114 - ScrubText() all good ok 115 - ScrubText() skips non-xml chars ok All tests successful, 1 test skipped. Files=5, Tests=143, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe Build --makefile_env_macros 1 install Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/cpanrun/build/5-10-0/site/lib/Win32API/File.pm line 20 Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\XML\Genx\Genx.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\XML\Genx\Genx.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\XML\Genx\Genx.pdb Installing C:\cpanrun\build\5-10-0\site\lib\XML\Genx.pm Installing C:\cpanrun\build\5-10-0\site\lib\XML\Genx\Constants.pm Installing C:\cpanrun\build\5-10-0\site\lib\XML\Genx\SAXWriter.pm Installing C:\cpanrun\build\5-10-0\site\lib\XML\Genx\Simple.pm Installing C:\cpanrun\build\5-10-0\man\man3\XML.Genx.3 Installing C:\cpanrun\build\5-10-0\man\man3\XML.Genx.Constants.3 Installing C:\cpanrun\build\5-10-0\man\man3\XML.Genx.SAXWriter.3 Installing C:\cpanrun\build\5-10-0\man\man3\XML.Genx.Simple.3 Installing C:\cpanrun\build\5-10-0\html\site\lib\XML\Genx.html Installing C:\cpanrun\build\5-10-0\html\site\lib\XML\Genx\Constants.html Installing C:\cpanrun\build\5-10-0\html\site\lib\XML\Genx\SAXWriter.html Installing C:\cpanrun\build\5-10-0\html\site\lib\XML\Genx\Simple.html Writing C:\cpanrun\build\5-10-0\site\lib\auto\XML\Genx\.packlist