The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes,v 1.8 2005/12/18 04:32:20 asc Exp $

Changes for the Net::Flickr::RDF Perl library

1.5     Sat Dec 17 2005

        - Fixed a bug looking for an element called 'descption' rather
          than 'description'

1.4     Sat Dec 17 2005

        - Require Net::Flickr::API 1.2.

        - Fixed to return 1 like all good modules do.

        - Fixed MANIFEST to, you know, point to the right files.

        - Fixed t/00-load.t to, you know, load the right package.

1.3	Thu Oct 06 2005

	- 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 caching for most 'collect_*_data' methods

	- 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)

1.2	Wed Oct 05 2005

	- ADDED make_user_triples; make_cc_triples object methods

	- ADDED proper CC RDF blobs. photos licensed under the CC now
          reference a cc:License triple; photo with no license will
          continue to use dc:license

	- UPDATED collect_user_data to set a 'user_id' key

	- UPDATED POD

1.1	Wed Sep 28 2005

        - FIXED URI for (personal) tags

        - FIXED POD

        - FIXED Changes

        - UPDATED uri_shortform to use 'namespaces' package method
          when package has been subclassed

        - ADDED build_user_uri; build_user_tag_uri; build_global_tag_uri

1.0	Fri Sep 22 2005

	- Initial release.