File: Changes

package info (click to toggle)
libtemplate-multilingual-perl 1.00-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 252; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,277 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
Revision history for Template-Multilingual

1.00    2009-01-18
        add support for language subtags, e.g. en_US or en-US
        Language codes are now matched by [^<>]+ (previously \w+)

0.09    2006-07-30
        remove Test::Pod and Test::Pod::Coverage tests

0.08    2006-11-29
        fix incorrect doc

0.07    2006-08-26
        remove Module::Signature support, does more harm than good

0.06    2005-10-31
        add support for TAG_STYLE, START_TAG and END_TAG template options,
          thanks to Birgit Kellner for pointing this out.
        Template::Multilingual::Parser::sections() is now correctly
          documented

0.05    2005-06-17
        more robust parsing; text within <t>...</t> but outside
          any <lang>..</lang> is now ignored
        add Test::Pod and Test::Pod::Coverage tests
        improve Template::Multilingual::Parser documentation
        
0.04    2005-05-06
        add GPG signature using Module::Signature

0.03    2005-05-18
        LANGUAGE_VAR option selects name of language template variable

0.02    2005-04-11
        Language codes are now matched by <\w+> (previously <[a-z]{2}>)
        Improve test coverage
        Fix/improve pod

0.01    2005-04-10
        First version, released on an unsuspecting world.