rkobes / apache-geoip

Look up country by IP address

This URL has Read+Write access

rkobes (author)
Thu Apr 23 20:36:04 -0700 2009
commit  6504106eba1eb9daee1a35bde46d4fda6e4b5633
tree    aac61cc1712cd225bb45429e100d05c82e3d7f23
parent  78692b088ee6273d4c17d92b611f9c9c51bee2c7
apache-geoip / META.yml
100644 59 lines (57 sloc) 1.869 kb
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
51
52
53
54
55
56
57
58
59
--- #YAML:1.0
name: Apache-GeoIP
version: 1.99
installdirs: site
requires:
    Geo::IP: 1.27
license: perl
abstract: Look up country by IP address
authored_by:
    - Randy Kobes <randy.kobes@gmail.com>
distribution_type: module
no_index:
    file:
        - Apache2/t/response/TestGeoIP/ip.pm
        - Apache2/t/response/TestGeoIP/basic.pm
        - Apache2/t/response/TestGeoIP/mirror.pm
        - Apache2/t/response/TestGeoIP/name.pm
        - Apache/t/response/TestGeoIP/ip.pm
        - Apache/t/response/TestGeoIP/basic.pm
        - Apache/t/response/TestGeoIP/mirror.pm
        - Apache/t/response/TestGeoIP/name.pm
provides:
    Apache2::GeoIP:
        file: Apache2/GeoIP.pm
        version: 1.99
    Apache2::Geo::IP:
        file: Apache2/Geo/IP.pm
        version: 1.99
    Apache2::Geo::Mirror:
        file: Apache2/Geo/Mirror.pm
        version: 1.99
    Apache::GeoIP:
        file: Apache/GeoIP.pm
        version: 1.99
    Apache::Geo::IP:
        file: Apache/Geo/IP.pm
        version: 1.99
    Apache::Geo::Mirror:
        file: Apache/Geo/Mirror.pm
        version: 1.99
 
urls:
   license: http://dev.perl.org/licenses/
meta-spec:
  version: 1.3
  url: http://module-build.sourceforge.net/META-spec-v1.3.html
resources:
  license: http://dev.perl.org/licenses/
  homepage: http://github.com/rkobes/apache-geoip/tree/master
  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache-GeoIP
  AnnoCPAN: http://annocpan.org/dist/Apache-GeoIP
  CPANForum: http://www.cpanforum.com/dist/Apache-GeoIP
  CPANTS: http://cpants.perl.org/dist/Apache-GeoIP
  Rating: http://cpanratings.perl.org/d/Apache-GeoIP
  SearchCPAN: http://search.cpan.org/~RKOBES/Apache-GeoIP/
  Testers: http://cpantesters.perl.org/show/Apache-GeoIP.html
  UWinnipeg: http://cpan.uwinnipeg.ca/dist/Apache-GeoIP
generated_by: Randy Kobes