File: Changes

package info (click to toggle)
libmail-rfc822-address-perl 0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 72 kB
  • sloc: perl: 206; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 561 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
Revision history for Perl extension Mail::RFC822::Address.

0.4   Sat Jan 25 2002
    - Fixed list of control characters
    - Restricted to 7 bit ASCII
        Alex Jacques <alexj@pulver.com>

0.3   Fri Apr 12 2002
    - Changed behaviour of validlist when called in list context
        Nick Cabatoff <ncabatoff@exodus.net>      

0.2   Sat Apr 14 2001
    - now allows null items in list as per RFC822
        Sam Roberts <sroberts@uniserve.com>
    - other slight tweaks to the regexp
    - added INSTALL file

0.01  Sat Jan 20 2001
    - original version