PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-11-01T22:47:54 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 01 Nov 2016 05:53:23 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/XML-Declare-0.06.tar.gz Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MO/MONS/XML-Declare-0.06.tar.gz ok XML-Declare-0.06/ XML-Declare-0.06/t/ XML-Declare-0.06/lib/ XML-Declare-0.06/inc/ XML-Declare-0.06/Changes XML-Declare-0.06/MYMETA.json XML-Declare-0.06/MYMETA.yml XML-Declare-0.06/MANIFEST XML-Declare-0.06/MANIFEST.SKIP XML-Declare-0.06/META.yml XML-Declare-0.06/ex/ XML-Declare-0.06/.gitignore XML-Declare-0.06/xt/ XML-Declare-0.06/README XML-Declare-0.06/LICENSE XML-Declare-0.06/Makefile.PL XML-Declare-0.06/xt/99-dist.t XML-Declare-0.06/ex/example.pl XML-Declare-0.06/inc/Module/ XML-Declare-0.06/inc/Module/Install.pm XML-Declare-0.06/inc/Module/Install/ XML-Declare-0.06/inc/Module/AutoInstall.pm XML-Declare-0.06/inc/Module/Install/AutoInstall.pm XML-Declare-0.06/inc/Module/Install/Fetch.pm XML-Declare-0.06/inc/Module/Install/Makefile.pm XML-Declare-0.06/inc/Module/Install/Include.pm XML-Declare-0.06/inc/Module/Install/Base.pm XML-Declare-0.06/inc/Module/Install/Metadata.pm XML-Declare-0.06/inc/Module/Install/Can.pm XML-Declare-0.06/inc/Module/Install/WriteAll.pm XML-Declare-0.06/inc/Module/Install/Win32.pm XML-Declare-0.06/lib/XML/ XML-Declare-0.06/lib/XML/Declare.pm XML-Declare-0.06/t/03-namespace-autoclean.t XML-Declare-0.06/t/02-node-overload.t XML-Declare-0.06/t/01-basic.t XML-Declare-0.06/t/pod-coverage.t XML-Declare-0.06/t/00-load.t XML-Declare-0.06/t/pod.t Configuring M/MO/MONS/XML-Declare-0.06.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL *** Module::AutoInstall version 1.06 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (1.302062) - Test::NoWarnings ...loaded. (1.04) - lib::abs ...loaded. (0.93 >= 0.90) - XML::LibXML ...loaded. (2.0128 >= 1.70) - Scalar::Util ...loaded. (1.46) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for XML::Declare Writing MYMETA.yml and MYMETA.json Generated makefile for XML-Declare-0.06 MONS/XML-Declare-0.06.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/XML-Declare-0.06.tar.gz >>> make cp lib/XML/Declare.pm blib/lib/XML/Declare.pm Manifying 1 pod document MONS/XML-Declare-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-basic.t t/02-node-overload.t t/03-namespace-autoclean.t t/pod-coverage.t t/pod.t # Testing XML::Declare 0.06, XML::LibXML 2.0128, Perl 5.024000, /Users/fly2400/ap2400-300558/bin/perl-dynamic t/00-load.t ................. 1..2 ok 1 - use XML::Declare; ok 2 - no warnings ok # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 101. # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 101. # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 106. # warned: Appending an element to a document node not supported yet! at t/01-basic.t line 106. # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 106. # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 111. # warned: Appending text node not supported on a document node yet! at t/01-basic.t line 111. t/01-basic.t ................ 1..26 ok 1 - empty doc ok 2 - have warn ok 3 - empty doc 1.1 ok 4 - have warn ok 5 - empty doc cp1251 ok 6 - have warn ok 7 - empty doc 1.1 cp1251 ok 8 - have warn ok 9 - empty doc with comment ok 10 - have warn ok 11 - doc + element ok 12 - bad node name ok 13 - bad attr name ok 14 - doc + element + attrs ok 15 - doc + element-sub ok 16 - nodoc element + element-sub ok 17 - doc + element-sub + attr ok 18 - doc + element-sub + attr,comm,cdata ok 19 - comment with -- ok 20 - comment with - ok 21 - comment parsed back ok 22 - cdata parsed back ok 23 - no warnings ok 24 - doc + text,element,text ok 25 - doc + text,element,text ok 26 - doc + wsp,element,wsp ok # str = test # bool = 1 # num = 140448005898904 # str = test # bool = 1 # num = 140448005898904 t/02-node-overload.t ........ 1..4 ok 1 - string overloaded ok 2 - bool is ok ok 3 - num is ok ok 4 - no warnings ok t/03-namespace-autoclean.t .. skipped: namespace::autoclean required t/pod-coverage.t ............ 1..1 ok 1 - Pod coverage on XML::Declare ok t/pod.t ..................... 1..1 ok 1 - POD test for blib/lib/XML/Declare.pm ok All tests successful. Files=6, Tests=34, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.57 cusr 0.10 csys = 0.72 CPU) Result: PASS MONS/XML-Declare-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Mons Anderson <mons@cpan.org> Create XML documents with declaration style >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/XML-Declare-0.06-jvGkw_ && tar cvf - XML-Declare-0.06.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/M/MO/MONS/XML-Declare-0.06.tar.gz XML-Declare-0.06.ppd blib/ blib/lib/ blib/lib/XML/ blib/lib/XML/Declare.pm blib/man3/ blib/man3/XML::Declare.3 Finished 2016-11-01T22:47:58