File: Changes

package info (click to toggle)
libtext-worddiff-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 120 kB
  • ctags: 46
  • sloc: perl: 395; makefile: 41
file content (23 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Perl extension Text::WordDiff.

0.04  2008-05-06T17:24:36
      - Fixed a pasto in the "Support" section of the documentation.
      - Fixed an encoding-related test failure on Perl 5.6.2. Thanks to
        David Cantrell for the usual QA.

0.03  2008-05-05T03:27:04
      - Added the "configure_requires" and "recommends" parameters to
        Build.PL.
      - Added a link to the Subversion repository.

0.02  2005-09-16T01:19:16
      - Fixed example CSS so that insert is green and delete is red, instead
        of vice-versa.
      - Added code to split strings into words based on the Unicode \p{IsWord}
        character class in Perl 5.6.0 and later.
      - Expanded on the "What is a Word?" documentation section with some
        examples and more details based on the discussion at
        http://www.justatheory.com/computers/programming/perl/split_words.html.

0.01  2005-09-07T19:05:08
      - Initial public release.