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/Testing.pm blib/lib/Flickr/Testing.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/Utils.pm blib/lib/Flickr/API/Utils.pm cp lib/Flickr/Person.pm blib/lib/Flickr/Person.pm cp lib/Flickr/Photoset.pm blib/lib/Flickr/Photoset.pm cp lib/Flickr/API/Photosets.pm blib/lib/Flickr/API/Photosets.pm Manifying blib/man3/Flickr::API::Photos.3 Manifying blib/man3/Flickr::API::People.3 Manifying blib/man3/Flickr::Testing.3 Manifying blib/man3/Flickr::Photo.3 Manifying blib/man3/Flickr::API::Utils.3 Manifying blib/man3/Flickr::Photoset.3 Manifying blib/man3/Flickr::Person.3 Manifying blib/man3/Flickr::API::Photosets.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" 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 # Testing method: flickr.people.findByUsername ok 2 - The object isa Flickr::API::People ok 3 - Call should be successfull # Testing method: flickr.people.findByEmail ok 4 - findByUsername ok 5 - Call should be successfull # Testing method: flickr.people.getInfo ok 6 - findByEmail 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 # Testing method: flickr.photos.getInfo ok 3 - The object isa Flickr::API::Photos 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 # Testing method: flickr.photos.getExif ok 21 - Parsing tags: content ok 22 - Call should be successfull ok 23 - getExif values # Testing method: flickr.photos.getContext ok 24 - getExif tag ok 25 - Call should be successfull ok 26 - Parsing previous photo: ID ok 27 - Parsing next photo: ID ok 28 - Parsing previous photo: title # Testing method: getSizes ok 29 - Parsing next photo: title 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 # Testing method: getPerms ok 35 - Parsing size: label 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 # Testing method: flickr.photosets.getList ok 2 - The object isa Flickr::API::Photosets ok 3 - Call should be successfull # Testing method: flickr.photosets.getPhotos ok 4 - getList ok 5 - Call should be successfull ok 6 - getPhotos # Testing method: flickr.photosets.getInfo ok 7 - getPhotos ok 8 - Call should be successfull ok 9 - Parsing info: id ok 10 - Parsing info: primary # Testing method: flickr.photosets.getContext ok 11 - Parsing info: title 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 # Testing method: find ok 2 - The object isa Flickr::Person 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 # Testing method: photosets ok 9 - photo_count method 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 'Getting the photos from the user' # at t/12-person.t 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 'Correctly getting a photo from the user isa Flickr::Photo' # at t/12-person.t line 44. # Correctly getting a photo from the user isn't defined ok t/pod-coverage........1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.................1..8 ok 1 - blib/lib/Flickr/Person.pm ok 2 - blib/lib/Flickr/Photo.pm ok 3 - blib/lib/Flickr/Photoset.pm ok 4 - blib/lib/Flickr/Testing.pm ok 5 - blib/lib/Flickr/API/People.pm ok 6 - blib/lib/Flickr/API/Photos.pm ok 7 - blib/lib/Flickr/API/Photosets.pm ok 8 - blib/lib/Flickr/API/Utils.pm ok All tests successful, 1 test skipped. Files=8, Tests=101, 2 wallclock secs ( 1.00 cusr + 0.23 csys = 1.23 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/Person.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/Photo.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/Photoset.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/Testing.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/API/People.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/API/Photos.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/API/Photosets.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Flickr/API/Utils.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/Person.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/Photo.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/Photoset.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/Testing.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/API/People.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/API/Photos.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/API/Photosets.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Flickr/API/Utils.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::API::People.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::API::Photos.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::API::Photosets.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::API::Utils.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::Person.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::Photo.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::Photoset.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Flickr::Testing.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod