1 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Unstructured.pm: Rewritten. |
4 |
|
* Subject.pm: Likewise. Support Japanese government's |
5 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
6 |
|
* CSV.pm: Reformatted. |
7 |
|
|
8 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
9 |
|
|
10 |
|
* UA.pm: |
11 |
|
- (add, replace, item, delete): Reimplemented (or newly |
12 |
|
implemented) by standard Message::Field::Structured method. |
13 |
|
- (product, product_name, product_version, product_comment): |
14 |
|
Removed. (Use item method instead.) |
15 |
|
- (parse): Use robust regex instead of strict usefor |
16 |
|
format regex. (Accept bare non-token characters |
17 |
|
as far as possible.) |
18 |
|
|
19 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
20 |
|
|
21 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
22 |
|
|
23 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
24 |
|
|
25 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
26 |
|
parameter to @$param before SUPER::_decode_parameters. |
27 |
|
(To prevent its value from being reinterpreted incorrectly |
28 |
|
and so being broken.) (Giving also 'section_no' to the hash |
29 |
|
and passing to SUPER::_decode_parameters was another way |
30 |
|
to do it.) |
31 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
32 |
|
and use Win32. |
33 |
|
|
34 |
2002-07-21 Wakaba <w@suika.fam.cx> |
2002-07-21 Wakaba <w@suika.fam.cx> |
35 |
|
|
36 |
* Structured.pm (_parse_value): Inherit header_default_charset, |
* Structured.pm (_parse_value): Inherit header_default_charset, |