File: Changes

package info (click to toggle)
libmodule-install-rdf-perl 0.009-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: perl: 3,019; makefile: 12
file content (50 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download | duplicates (4)
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
Module-Install-RDF
==================

Created:      2011-09-30
Home page:    <https://metacpan.org/release/Module-Install-RDF>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-RDF>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.009  2013-07-31

 - (Update) Add a hard-coded prefix for doap-deps.
 - Change the hard-coded prefix for doap-bugs.

0.008  2013-03-16

 - (Addition) write_meta_ttl method.

0.007  2012-07-05  Bond, James Bond

 - (Packaging) Bump RDF::TriN3 dependency to 0.201.

0.006  2012-07-04

 - (Packaging) Add Module::Runtime dependency.

0.005  2012-07-04

 - (Addition) Support metadata written in Pretdsl.

0.004  2011-12-03

 - (Bugfix) use base

0.003  2011-11-26

 - (Addition) rdf_project_uri function which provides heuristics to
   determine the URI of the primary doap:Project described in the meta
   directory.
 - (Regression) use parent
 - Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely
   identity Module::Install objects. (Though in a typical installation
   scenario, this shouldn't matter much.)

0.002  2011-10-06

 - (Packaging) Upgrade Module::Package::RDF version.

0.001  2011-10-01  Initial release