File: Changes

package info (click to toggle)
libstring-diff-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 292 kB
  • ctags: 19
  • sloc: perl: 294; sh: 20; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 1,052 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
Revision history for Perl extension String::Diff

0.07  2015-08-23 17:58:40 JST
        - Correctly escape hunks in the end of the merged string pull-req #2 (mar-kolya ++)
        - Add copyright in a pod RT #48063 (frequency++)
        - Fixed to documentation bug RT #96057 (valmid++)

0.06    2012-06-28T10:51:01+09:00
        - add escape option for diff/diff_merge RT #55265 (TINITA++)
        - fixed bug, quotemeta being quoted is the IDEOGRAPHIC COMMA (U+3001)(、) RT #76371 (ANDK++)

0.05    2012-06-22T15:55:30+09:00
        - modern Makefile.PL
        - fixed Bugs RT #71678

0.04    2008-10-23T18:04:35+09:00
        - Algorithm::Diff::XS support

0.03    2007-06-10T14:39:00+09:00
        - fixed to invalid handling of zeros bug. rt.cpan #26493
        - fixed to description of POD is wrong. rt.cpan ticket #26476
        - appended to inc directory. rt.cpan ticket #27049, #25981

0.02    2006-11-20T17:40:45+09:00
        - default marks is editable. (idea from dankogai)

0.01    Thu Nov 16 23:55:03 2006
        - original version