PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin
Start 2017-02-25T01:44:01
ActivePerl-2200 CPAN-2.10
Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata'
  Database was generated on Fri, 24 Feb 2017 03:17:02 GMT
Fetching with LWP:
http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/XML-Declare-0.06.tar.gz
Checksum for /Users/fly2200/cpanfly-5.22/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/fly2200/ap2200-299195/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.001014)
- Test::NoWarnings ...loaded. (1.04)
- lib::abs         ...loaded. (0.93 >= 0.90)
- XML::LibXML      ...loaded. (2.0128 >= 1.70)
- Scalar::Util     ...loaded. (1.47)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Have /Users/fly2200/cpanfly-5.22/var/megalib
Want /Users/fly2200/ap2200-299195/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/fly2200/ap2200-299195/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/fly2200/ap2200-299195/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.022000, /Users/fly2200/ap2200-299195/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>test</test>
# bool = 1
# num  = 140254220665688
# str  = <test>test</test>
# bool = 1
# num  = 140254220665688
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 .. 
1..4
ok 1 - assembled
ok 2 - standalone element
ok 3 - no attr outside
ok 4 - no warnings
ok
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=38,  1 wallclock secs ( 0.03 usr  0.02 sys +  0.36 cusr  0.06 csys =  0.47 CPU)
Result: PASS
  MONS/XML-Declare-0.06.tar.gz
  make test TEST_VERBOSE=1 -- OK
<SOFTPKG NAME="XML-Declare" VERSION="0.06" DATE="2012-05-29">
  <AUTHOR CPAN="MONS">Mons Anderson &lt;mons@cpan.org></AUTHOR>
  <ABSTRACT>Create XML documents with declaration style</ABSTRACT>
  <ARCHITECTURE NAME="darwin-thread-multi-2level-5.22"/>
  <CODEBASE HREF="XML-Declare-0.06.tar.gz"/>
  <PROVIDE NAME="XML::Declare" VERSION="0.06"/>
  <REQUIRE NAME="Scalar::Util"/>
  <REQUIRE NAME="Test::More"/>
  <REQUIRE NAME="Test::NoWarnings"/>
  <REQUIRE NAME="XML::LibXML" VERSION="1.70"/>
  <REQUIRE NAME="lib::abs" VERSION="0.90"/>
  <!-- Built 2017-02-25 with ActivePerl-2200 on perl-osx (Mac OS X 10.9.5) log XML-Declare-0.06.d/log-20170225T014401.txt -->
</SOFTPKG>
>>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/XML-Declare-0.06-cCZ6WP && tar cvf - XML-Declare-0.06.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/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 2017-02-25T01:44:09