The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.3

  • FIXED serialization methods to use STDOUT if no file handle is defined...just like the docs say
  • ADDED 'make_tag_triples'; 'make_photoset_triples'; 'make_group_triples'; 'make_grouppool_triples' object methods
  • ADDED 'serialise_triples' and 'serialize_triples' object methods; these replace the private '_describe' method which has been removed
  • ADDED 'build_photoset_uri'; 'build_group_uri'; 'build_grouppool_uri' package method
  • ADDED 'prune_triples' package method
  • ADDED caching for most 'collect_*_data' methods
  • ADDED rdf:type SPO for global tag URLs
  • CHANGED all pre-existing 'build_*_uri' methods to be package methods instead of object methods; this should not affect backwards compatibility
  • UPDATED 'make_user_triples'; 'make_cc_triples' object methods to return a list if (wantarray)
  • UPDATED POD

Modules

a.k.a RDF::Describes::Flickr