File: Changes

package info (click to toggle)
libxml-saxon-xslt2-perl 0.010-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 339; makefile: 2; sh: 1
file content (68 lines) | stat: -rw-r--r-- 1,614 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
XML-Saxon-XSLT2
===============

Created:      2010-07-14
Home page:    <https://metacpan.org/release/XML-Saxon-XSLT2>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=XML-Saxon-XSLT2>
Maintainer:   Toby Inkster <tobyink@cpan.org>

0.010	2014-09-23

 - Add `/usr/local/share/java/classes/saxon9he.jar` to Makefile.PL too.

0.009	2014-09-15

 - Add `/usr/local/share/java/classes/saxon9he.jar` to the list of paths
   where Saxon may be found.
   SREZIC++
   <http://purl.org/NET/cpan-uri/rt/ticket/98875>

0.008	2014-09-10

 [ Packaging ]
 - Switch to Dist::Inkt.

0.007	2012-09-11	Shaken, not stirred

 [ Documentation ]
 - Improve documentation of base URIs.
   Fixes RT#79463.
   <https://rt.cpan.org/Ticket/Display.html?id=79463>
 - Improve documentation of import function.

 [ Packaging ]
 - Drop common::sense dependency.

0.006	2011-10-06

 [ Documentation ]
 - Mention that the 'default' value for the output format of the
   'transform' method is broken.

 [ Packaging ]
 - Upgrade Module::Package::RDF version.

0.005	2011-10-03

 [ Bug Fixes ]
 - Change how $classpath is constructed.
   Fixes #66276.

0.004	2011-02-18

 - Added: Allow parameters to be passed through to Inline::Java from the
   'use' line.

0.003	2010-07-19

 - Added: Can determine <xsl:output> media-type, doctype-public,
   doctype-system, encoding and version attributes.

0.002	2010-07-15

 - Added: Can capture output from <xsl:message>.
 - Added: Can specify a base URI in the constructor.
 - No longer default to 'xml' output method, but respect XSLT's specified
   output method.

0.001	2010-07-15	Original version