File: Changes

package info (click to toggle)
librdf-prefixes-perl 0.005-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 208 kB
  • sloc: perl: 281; makefile: 9
file content (51 lines) | stat: -rw-r--r-- 1,082 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
RDF-Prefixes
============

Created:      2010-09-04
Home page:    <https://metacpan.org/release/RDF-Prefixes>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=RDF-Prefixes>
Maintainer:   Toby Inkster <tobyink@cpan.org>

0.005	2014-09-10

 [ Packaging ]
 - Switch to Dist::Inkt.

0.004	2013-07-02

 - Updated: Copyright 2013.
 - Updated: Drop usage of smartmatch operator.

0.003	2012-05-31

 [ Documentation ]
 - Fix typo.
   Saašha Metsärantala++

 [ Packaging ]
 - Add test case covering utf8 support.
 - Add test case covering warning message.

 [ Other ]
 - Disallow other vocabularies squatting on 'xsd' prefix.
   Saašha Metsärantala++
 - Remove some redundant regular expressions.
   Saašha Metsärantala++
 - Remove unneeded dependencies.
 - Review regular expressions for QNames.
   Saašha Metsärantala++
 - Updated: Copyright 2012.

0.002	2011-11-09

 [ Bug Fixes ]
 - Occasionally a new prefix was defined when we could have reused an old
   one.

 [ Packaging ]
 - Module::Package::RDF

 [ Other ]
 - Updated: use 5.010

0.001	2010-09-06	Initial release