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

Created:      2010-08-18
Bug tracker:  <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RDF-Helper-Properties>
Maintainer:   Kjetil Kjernsmo <mailto:kjetilk@cpan.org>

0.22  2012-08-13

 - (Addition) 'title' method called in list context now also returns
   literal datatype and language.

0.20  2012-08-10  # Refactoring

 - (Addition) 'page_properties' and 'title_properties' attributes allow
   list of properties understood to be customized.
 - (Update) Drop dependency on deprecated Error.pm; use Carp::confess
   instead.
 - Expose 'cache' attribute publicly, and allow it to accept
   CHI/Cache::Cache objects.
 - Refactored module.
 - use Any::Moose

0.10  2010-08-26  # Fix nasty warnings.

 - (Update) Fix the warning described in
   http://search.cpan.org/~shlomif/Error-0.17016/lib/Error.pm#COMPATIBILITY

0.08  2010-08-18  # Splitting off from RDF::LinkedData and passing predicates.

 - (Addition) create a helper_properties method to pass the properties.
 - (Update) RDF::Helper::Properties used to be RDF::LinkedData::Predicates.
 - Give RDF::LinkedData::Predicates antlers.