File: Changes

package info (click to toggle)
librdf-helper-properties-perl 0.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: perl: 1,677; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
RDF-Helper-Properties
=====================

Created:      2010-08-18
Bug tracker:  <https://github.com/kjetilk/RDF-Helper-Properties/issues>
Maintainer:   Kjetil Kjernsmo <mailto:kjetilk@cpan.org>

0.24  2016-12-29  Update to Moo.

 - (Update) Update to Moo.
   ++$haarg

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