File: Changes

package info (click to toggle)
libhttp-lrdd-perl 0.106-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 376 kB
  • sloc: perl: 3,663; makefile: 7; sh: 1
file content (52 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download | duplicates (2)
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
52
HTTP-LRDD
=========

Created:      2010-01-30
Home page:    <https://metacpan.org/release/HTTP-LRDD>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=HTTP-LRDD>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.106  2012-12-12

 - (Update) General update/modernisation.
 - (Update) Replace RDF::TrineShortcuts with RDF::TrineX::Function.

0.105  2011-12-04

 - (Bugfix Packaging) Newer version of Module::Package::RDF.
 - (Update) Replace UNIVERSAL::AUTHORITY with Object::AUTHORITY.

0.104  2011-11-27

 - (Addition) Support wdrs:describedby predicate by default.
 - (Packaging) Module::Package::RDF
 - (Update) use 5.010
 - Minor tidy

0.103  2010-07-25

 - (Bugfix) process_all() would fail in the case where the target URI
   itself could not be parsed as RDF or XRD.

0.102  2010-07-07

 - Add examples to documentation.
 - Cache host-meta files.
 - Improved Atom support.

0.101  2010-07-03

 - (Bugfix) Possibly this will fix some cpan-tester fails, though I'm not
   entirely sure.

0.100  2010-06-30

 - (Addition) Add a parse method to actually do something with a descriptor
   URI once it's been found.
 - (Addition) Add process and process_all methods which combine discover
   and parse stages.
 - Minor bugfixes and cleanups.

0.01  2010-02-01  # First release