File: Changes

package info (click to toggle)
libdata-validate-uri-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 317; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 502 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
Revision history for Perl extension Data::Validate::URI

0.07 20160119
    - Adding Josef Toman's underscore patch

0.06  20120211
	- Adding David Dick's is_tel_uri patch

0.04  20080408
	- Checking that hex escapes include two characters.  Thanks to Steve West.

0.04  20071125
	- Allowing IPs in authority section of http/https URLs
	
0.03  20071029
	- fixed hex encoding bug.  Thanks to Frank Wiles.

0.02  20071016
	- fixed typo in POD.  Thanks to Tadghe Danu.

0.01  20050915
	- original version