File: Changes

package info (click to toggle)
libxml-hash-lx-perl 0.0603-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: perl: 2,603; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (3)
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
Revision history for XML-Hash-LX

TODO: make hash2xml faster

0.0603  2011-08-19
        - Fix tests

0.0602  2011-08-18
        - Merge encoding patch from ~gugu

0.06_01 2011-06-16
        - Fix when attribute/cdata/comment value is empty/undef
        - Cleanup tests (move qualitee tests to xt/*)
        - add bt/* - benchmark testing draft

0.06    2009-09-15
        Fix dist: remove cpants.pl from install

0.05    2009-09-03
        Fix: work with earlier versions of XML::LibXML (for ex 1.58)
        Remove Catalyst stuff from distribution, make it separate

0.04    2009-08-27
        Fight for kwalitee. No major changes in code

0.03    2009-08-26
        Fix deps on Catalyst::Action

0.02    2009-08-26
        Optimize work with text in hash2xml

0.01    2009-08-12
        First version