File: Changes

package info (click to toggle)
libemail-address-list-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 119
  • sloc: perl: 1,582; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 449 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
0.05 2014-02-16

 - Correct typos in documentation; no functionality changes

0.04 2014-02-03

 - Update minimum perl version to 5.10, because of use of ++ quantifier

0.03 2014-01-22

 - Include documentation updates present in the released version of
   0.01, but never checked into the repository

0.02 2014-01-15

 - Prevent a quadratic-time check when the provided string did not
   contain a valid address

0.01 2012-11-17

 - Initial release