File: Changes

package info (click to toggle)
liblocale-maketext-fuzzy-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,883; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 707 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
[Changes for 0.11 - 2011-12-11]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under public domain with the "CC0 Universal" declaration.

* Skip fuzzy matches which are only placeholders and whitespace.
  (Alex Vandiver)

[Changes for 0.10 - 2007-10-14]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.

* Modernized the build infrastructure with Module::Install.

* Tidied up source code, test files, and this changelog.

[Changes for 0.02 - 2002-10-01]

* Failed matches no longer interpolates.
  (This makes normal strings with brackets possible.)

[Changes for 0.01 - 2002-08-02]

* Initial CPAN release.