Start 2010-06-10T12:24:21 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Wed, 09 Jun 2010 21:27:09 GMT Running make for M/ML/MLAWREN/XML-API-0.25.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ML/MLAWREN/XML-API-0.25.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ML/MLAWREN/CHECKSUMS Checksum for /Users/fly1200/var/cpan/sources/authors/id/M/ML/MLAWREN/XML-API-0.25.tar.gz ok XML-API-0.25/ XML-API-0.25/Changes XML-API-0.25/MANIFEST.SKIP XML-API-0.25/example/ XML-API-0.25/example/xml-api.cgi XML-API-0.25/META.yml XML-API-0.25/t/ XML-API-0.25/t/pod-coverage.t XML-API-0.25/t/02-langs.t XML-API-0.25/t/benchmark.pl XML-API-0.25/t/03-XML-API.t XML-API-0.25/t/oddball.t XML-API-0.25/t/pod.t XML-API-0.25/t/04-parse.t XML-API-0.25/t/hyphens.t XML-API-0.25/t/cache.t XML-API-0.25/t/synopsis.t XML-API-0.25/t/01-Element.t XML-API-0.25/Changes.old XML-API-0.25/MANIFEST XML-API-0.25/README XML-API-0.25/inc/ XML-API-0.25/inc/Module/ XML-API-0.25/inc/Module/Install/ XML-API-0.25/inc/Module/Install/Base.pm XML-API-0.25/inc/Module/Install/Fetch.pm XML-API-0.25/inc/Module/Install/Makefile.pm XML-API-0.25/inc/Module/Install/WriteAll.pm XML-API-0.25/inc/Module/Install/Win32.pm XML-API-0.25/inc/Module/Install/Metadata.pm XML-API-0.25/inc/Module/Install/Can.pm XML-API-0.25/inc/Module/Install.pm XML-API-0.25/lib/ XML-API-0.25/lib/XML/ XML-API-0.25/lib/XML/API/ XML-API-0.25/lib/XML/API/RSS.pm XML-API-0.25/lib/XML/API/XHTML.pm XML-API-0.25/lib/XML/API/Cache.pm XML-API-0.25/lib/XML/API.pm XML-API-0.25/Makefile.PL XML-API-0.25/TODO CPAN.pm: Going to build M/ML/MLAWREN/XML-API-0.25.tar.gz >>> /Users/fly1200/bin/perl Makefile.PL Cannot determine perl version info from lib/XML/API.pm Checking if your kit is complete... Warning: the following files are missing in your kit: Makefile.old Please inform the author. Writing Makefile for XML::API >>> make cp lib/XML/API/Cache.pm blib/lib/XML/API/Cache.pm cp lib/XML/API.pm blib/lib/XML/API.pm cp lib/XML/API/XHTML.pm blib/lib/XML/API/XHTML.pm cp lib/XML/API/RSS.pm blib/lib/XML/API/RSS.pm Manifying blib/man3/XML::API::Cache.3 Manifying blib/man3/XML::API.3 Manifying blib/man3/XML::API::XHTML.3 Manifying blib/man3/XML::API::RSS.3 MLAWREN/XML-API-0.25.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1200/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01-Element.t .... 1..11 ok 1 - use XML::API; ok 2 - XML::API::Element->can(...) ok 3 - The object isa XML::API::Element ok 4 - single tag ok 5 - single tag with content ok 6 - The object isa XML::API::Element ok 7 - comment ok 8 - The object isa XML::API::Element ok 9 - cdata ok 10 - combined ok 11 - combined no indent ok t/02-langs.t ...... 1..17 ok 1 - current lang not defined ok 2 - current dir not defined ok 3 - first lang recorded ok 4 - current lang en ok 5 - current dir not defined ok 6 - html ok ok 7 - second lang accepted ok 8 - current lang de ok 9 - current dir is rtl ok 10 - current lang back to en ok 11 - current dir not defined ok 12 - html ok ok 13 - current lang still en ok 14 - current lang en ok 15 - current dir not defined ok 16 - lang accepted for generic xml ok 17 - generic xml ok ok t/03-XML-API.t .... 1..34 ok 1 - use XML::API; ok 2 - XML::API->can(...) ok 3 - threw Regexp ((?-xism:^Could not load module 'XML::API::NOTEXIST')) ok 4 - The object isa XML::API ok 5 - e open ok 6 - e close ok 7 - e open content ok 8 - e content ok 9 - e c d content ok 10 - e content ok 11 - e c content ok 12 - n content ok 13 - e c n content ok 14 - e c n p escaped and raw content ok 15 - e c n p escaped and raw content ok 16 - e c n p escaped and raw content with parsed data ok 17 - e c n p escaped and raw content with parsed data ok 18 - e c n p escaped and raw content with parsed data ok 19 - e c n p escaped and raw content with parsed data FAST ok 20 - output file does not exist ok 21 - output file created ok 22 - output file content matches ok 23 - fast output file created ok 24 - fast output file content matches ok 25 - Abstract syntax tree input ok 26 - memory cycle ok 27 - threw Regexp ((?-xism:^Cannot _add object to itself)) ok 28 - NameSpace support ok 29 - threw Regexp ((?-xism:^Cannot use _add with no current element)) ok 30 - language up the tree ok 31 - no elements with element ok 32 - ns plus think ok 33 - memory cycle ok 34 - memory cycle ok t/04-parse.t ...... 1..9 ok 1 - use XML::API; ok 2 - escape null ok 3 - escape basic ok 4 - escape unknown entities ok 5 - The object isa XML::API ok 6 - parse ok 7 - parse chunk ok 8 - parse non-xml entity ok 9 - memory cycle ok t/cache.t ......... 1..12 ok 1 - use XML::API::Cache; ok 2 - XML::API::Cache->can(...) ok 3 ok 4 - x lang ok 5 ok 6 - x2 lang ok 7 - The object isa XML::API::Cache ok 8 ok 9 - c lang ok 10 - lang count ok 11 ok 12 - lang match ok t/hyphens.t ....... 1..1 ok 1 - double hyphen ok t/oddball.t ....... 1..3 ok 1 - use XML::API; ok 2 - The object isa XML::API ok 3 - oddball ok t/pod-coverage.t .. 1..4 ok 1 - Pod coverage on XML::API ok 2 - Pod coverage on XML::API::Cache ok 3 - Pod coverage on XML::API::RSS ok 4 - Pod coverage on XML::API::XHTML ok t/pod.t ........... 1..4 ok 1 - POD test for blib/lib/XML/API.pm ok 2 - POD test for blib/lib/XML/API/Cache.pm ok 3 - POD test for blib/lib/XML/API/RSS.pm ok 4 - POD test for blib/lib/XML/API/XHTML.pm ok t/synopsis.t ...... 1..6 ok 1 - Eval ok 2 - The object isa XML::API::XHTML ok 3 - document ok ok 4 - Eval ok 5 - The object isa XML::API::RSS ok 6 - document ok ok All tests successful. Files=10, Tests=101, 3 wallclock secs ( 0.17 usr 0.17 sys + 2.12 cusr 0.49 csys = 2.95 CPU) Result: PASS MLAWREN/XML-API-0.25.tar.gz make test TEST_VERBOSE=1 -- OK Mark Lawrence <nomad@null.net> Perl extension for writing XML >>> (cd /Users/fly1200/var/cpan/build/XML-API-0.25-2ffT1E && tar cvf - XML-API-0.25.ppd blib) | gzip -c >/Users/fly1200/var/REPO/M/ML/MLAWREN/XML-API-0.25.tar.gz XML-API-0.25.ppd blib/ blib/lib/ blib/lib/XML/ blib/lib/XML/API/ blib/lib/XML/API/Cache.pm blib/lib/XML/API/RSS.pm blib/lib/XML/API/XHTML.pm blib/lib/XML/API.pm blib/man3/ blib/man3/XML::API.3 blib/man3/XML::API::Cache.3 blib/man3/XML::API::RSS.3 blib/man3/XML::API::XHTML.3 >>> mv /Users/fly1200/var/cpan/build/XML-API-0.25-2ffT1E/XML-API-0.25.ppd /Users/fly1200/var/REPO/M/ML/MLAWREN Finished 2010-06-10T12:24:34