Checking if your kit is complete... Looks good Writing Makefile for Flickr-Tools cp lib/Flickr/Photo.pm blib/lib/Flickr/Photo.pm cp lib/Flickr/API/People.pm blib/lib/Flickr/API/People.pm cp lib/Flickr/API/Photos.pm blib/lib/Flickr/API/Photos.pm cp lib/Flickr/API/Photosets.pm blib/lib/Flickr/API/Photosets.pm cp lib/Flickr/Photoset.pm blib/lib/Flickr/Photoset.pm cp lib/Flickr/Person.pm blib/lib/Flickr/Person.pm cp lib/Flickr/Testing.pm blib/lib/Flickr/Testing.pm cp lib/Flickr/API/Utils.pm blib/lib/Flickr/API/Utils.pm Manifying blib/man3/Flickr::Photo.3 Manifying blib/man3/Flickr::API::People.3 Manifying blib/man3/Flickr::API::Photos.3 Manifying blib/man3/Flickr::API::Photosets.3 Manifying blib/man3/Flickr::Photoset.3 Manifying blib/man3/Flickr::Person.3 Manifying blib/man3/Flickr::Testing.3 Manifying blib/man3/Flickr::API::Utils.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..7 ok 1 - use Flickr::API::Utils; ok 2 - use Flickr::API::Photos; ok 3 - use Flickr::API::People; ok 4 - use Flickr::API::Photosets; ok 5 - use Flickr::Photo; ok 6 - use Flickr::Photoset; ok 7 - use Flickr::Person; ok t/10-api-utils......1..5 ok 1 - use Flickr::API::Utils; # Testing Flickr::API::Utils ok 2 - The object isa Flickr::API::Utils ok 3 - test_return ok 4 - get_attributes ok 5 - auto_parse ok t/11-api-people.....1..11 ok 1 - use Flickr::API::People; # Testing Flickr::API::People ok 2 - The object isa Flickr::API::People # Testing method: flickr.people.findByUsername ok 3 - Call should be successfull ok 4 - findByUsername # Testing method: flickr.people.findByEmail ok 5 - Call should be successfull ok 6 - findByEmail # Testing method: flickr.people.getInfo ok 7 - Call should be successfull ok 8 - Parsing person: isadmin ok 9 - Parsing person: realname ok 10 - Parsing photos: firstdate ok 11 - Parsing photos: 573 ok t/11-api-photos.....1..40 ok 1 - use Flickr::API::Photos; # Testing Flickr::API::Photos ok 2 - The object isa Flickr::API::Photos ok 3 - The object isa Flickr::API::Photos # Testing method: flickr.photos.getInfo ok 4 - Call should be successfull ok 5 - Parsing attributes: id ok 6 - Parsing attributes: secret ok 7 - Parsing ownwe: username ok 8 - Parsing elements: title ok 9 - Parsing elements: description ok 10 - Parsing elements: comments ok 11 - Parsing visibility: ispublic ok 12 - Parsing dates: taken ok 13 - Parsing editability: canaddmeta ok 14 - Has notes ok 15 - There note that we were looking for was there ok 16 - Parsing notes: author ok 17 - Parsing notes: content ok 18 - Has tags ok 19 - There tag that we were looking for was there ok 20 - Parsing tags: author ok 21 - Parsing tags: content # Testing method: flickr.photos.getExif ok 22 - Call should be successfull ok 23 - getExif values ok 24 - getExif tag # Testing method: flickr.photos.getContext ok 25 - Call should be successfull ok 26 - Parsing previous photo: ID ok 27 - Parsing next photo: ID ok 28 - Parsing previous photo: title ok 29 - Parsing next photo: title # Testing method: getSizes ok 30 - Call should be successfull ok 31 - Parsing size: width ok 32 - Parsing size: height ok 33 - Parsing size: source ok 34 - Parsing size: url ok 35 - Parsing size: label # Testing method: getPerms ok 36 - Should fail when not authenticated ok 37 - When authenticated it should work! ok 38 - Parsing permissions: id ok 39 - Parsing permissions: isfriend ok 40 - Parsing permissions: permaddcomment ok t/11-api-photosets..1..16 ok 1 - use Flickr::API::Photosets; # Testing Flickr::API::Photosets ok 2 - The object isa Flickr::API::Photosets # Testing method: flickr.photosets.getList ok 3 - Call should be successfull ok 4 - getList # Testing method: flickr.photosets.getPhotos ok 5 - Call should be successfull ok 6 - getPhotos ok 7 - getPhotos # Testing method: flickr.photosets.getInfo ok 8 - Call should be successfull ok 9 - Parsing info: id ok 10 - Parsing info: primary ok 11 - Parsing info: title # Testing method: flickr.photosets.getContext ok 12 - Call should be successfull ok 13 - Parsing previous photo: id ok 14 - Parsing next photo: id ok 15 - Parsing previous photo: title ok 16 - Parsing next photo: secret ok t/12-person.........1..14 ok 1 - use Flickr::Person; # Testing Flickr::Person ok 2 - The object isa Flickr::Person # Testing method: find ok 3 - find by username ok 4 - username method ok 5 - id method ok 6 - realname method ok 7 - ispro method ok 8 - photo_firstdate_posted method ok 9 - photo_count method # Testing method: photosets ok 10 - Getting the photosets from the user ok 11 - Correctly getting a photoset from the user isa Flickr::Photoset ok 12 - Getting the right photoset for a user # Testing method: photos not ok 13 - Getting the photos from the user # TODO Not yet implemented in the underlying classes # Failed (TODO) test (t/12-person.t at line 41) not ok 14 - Correctly getting a photo from the user isa Flickr::Photo # TODO Not yet implemented in the underlying classes # Failed (TODO) test (t/12-person.t at line 44) # Correctly getting a photo from the user isn't defined FAILED tests 13-14 Failed 2/14 tests, 85.71% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/12-person.t 14 2 14.29% 13-14 2 tests skipped. Failed 1/8 test scripts, 87.50% okay. 2/93 subtests failed, 97.85% okay. make: *** [test_dynamic] Error 29