Checking if your kit is complete... Looks good Warning: prerequisite XML::Simple 2.14 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for Geo::GoogleEarth::Document cp lib/Geo/GoogleEarth/Document/Folder.pm blib/lib/Geo/GoogleEarth/Document/Folder.pm cp lib/Geo/GoogleEarth/Document/Placemark.pm blib/lib/Geo/GoogleEarth/Document/Placemark.pm cp lib/Geo/GoogleEarth/Document.pm blib/lib/Geo/GoogleEarth/Document.pm cp lib/Geo/GoogleEarth/Document/Base.pm blib/lib/Geo/GoogleEarth/Document/Base.pm cp lib/Geo/GoogleEarth/Document/NetworkLink.pm blib/lib/Geo/GoogleEarth/Document/NetworkLink.pm Manifying blib/man3/Geo::GoogleEarth::Document::Folder.3 Manifying blib/man3/Geo::GoogleEarth::Document::Placemark.3 Manifying blib/man3/Geo::GoogleEarth::Document.3 Manifying blib/man3/Geo::GoogleEarth::Document::Base.3 Manifying blib/man3/Geo::GoogleEarth::Document::NetworkLink.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/001_load..........1..32 ok 1 - use Geo::GoogleEarth::Document; ok 2 - use Geo::GoogleEarth::Document::Folder; ok 3 - use Geo::GoogleEarth::Document::NetworkLink; ok 4 - use Geo::GoogleEarth::Document::Placemark; ok 5 - The object isa Geo::GoogleEarth::Document ok 6 - The object isa HASH ok 7 - $document->name ok 8 - $document->name ok 9 - The object isa Geo::GoogleEarth::Document::Folder ok 10 - The object isa HASH ok 11 - $folder->name ok 12 - $folder->type ok 13 - The object isa Geo::GoogleEarth::Document::Placemark ok 14 - The object isa HASH ok 15 - $placemark->name ok 16 - $placemark->description ok 17 - $placemark->description ok 18 - $placemark->description ok 19 - $placemark->type ok 20 - $placemark->name ok 21 - The object isa Geo::GoogleEarth::Document::Placemark ok 22 - The object isa HASH ok 23 - $pmark->address ok 24 - $pmark->address ok 25 - $pmark->snippet ok 26 - The object isa Geo::GoogleEarth::Document::NetworkLink ok 27 - The object isa HASH ok 28 - $networklink->name ok 29 - $networklink->url ok 30 - $networklink->url ok 31 - $networklink->type not ok 32 - $document->render # Failed test (t/001_load.t at line 97) # got: ' # # # u1 # # 0 # n1 # # # f1 # # # <html><p>p1</p></html> # # 1,2,3 # # p1 # # #
1600 Pennsylvania Ave NW, Washington, DC 20006
# s0 # pmark #
# d1 #
# ' # expected: ' # # d1 # # f1 # # # n1 # # u1 # # 0 # # # p1 # # 1,2,3 # # <html><p>p1</p></html> # # # pmark # s0 #
1600 Pennsylvania Ave NW, Washington, DC 20006
#
#
# ' # Looks like you failed 1 test of 32. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 32 Failed 1/32 tests, 96.88% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/001_load.t 1 256 32 1 3.12% 32 Failed 1/1 test scripts, 0.00% okay. 1/32 subtests failed, 96.88% okay. make: *** [test_dynamic] Error 2