-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
50 lines (46 loc) · 1.71 KB
/
Changes
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
42
43
44
45
46
47
48
49
50
Revision history for IP-QQWry
0.0.21 Wed Jun 17 01:02:39 CST 2020
- Fix an uninitialized warning(thanks lei liu!)
0.0.20 Tue Nov 24 05:49:27 CST 2011
- IP::QQWry::Decoded to get decoded info
0.0.16 Wed Jul 15 17:40:46 CST 2009
- check if base and ext have useless info, independantly
0.0.15 2007-06-05
- change module installer to Module::Install
- add kwalitee tests
0.0.14 2007-05-22
- change $_ to $tmp to avoid variable pollution
0.0.13 2007-03-28
- add cache support
0.0.12 2007-03-25
- bug fixed release
0.0.11 2007-03-22
- dump domain name support
- use carp instead of croak for not critical errors.
- add integer IP Address support
0.0.10 2007-01-07 05:12:07
- remove Readonly requirement.
* db_version has to be called by an IP::QQWry object
0.0.9 2007-01-01 18:38:24
* bug fix version
0.0.8 2007-01-01 17:44:26
+ sub db_version.
* require perl 5.8 or later.
* require Readonly module.
0.0.6 2006-12-23 22:24:17
+ die when database is not provided before query.
0.0.5 2006-12-06 14:27:07
+ close filehandle if necessary when destructing.
0.0.4 2006-12-05 15:54:04
+ add a simple input checking mechanism.
* if can't find infomation, return undef rather than 'unknown'
0.0.3 Mon Dec 4 20:05
* rearrangement for 0.0.2, update POD and comments.
0.0.2 Mon Dec 4
* return 'unknown' if can't find index.
* change perlcritic.t test case to be suited for the absence of
Test::Perl::Critic module.
- remove require Test::More module in Makefile.PL and Build.PL
because it's not necessary.
0.0.1 Sun Dec 3 21:12:56 2006
Initial release.