Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 8, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/1a2a1d199a2b47cdd89342dd788c8e34 to your computer and use it in GitHub Desktop.
Save Whateverable/1a2a1d199a2b47cdd89342dd788c8e34 to your computer and use it in GitHub Desktop.
greppable6
GeoIP::City
File Code
JSTOWE/META6
…/projects.json :1459:
"name" : "GeoIP::City",
JSTOWE/META6
…/projects.json :1465:
"GeoIP::City" : "lib/GeoIP/City.pm"
bbkr/GeoIPerl6
…/META6.json :3:
"name" : "GeoIP::City",
bbkr/GeoIPerl6
…/META6.json :9:
"GeoIP::City" : "lib/GeoIP/City.pm"
bbkr/GeoIPerl6
…/Migration.md :21:
use GeoIP::City;
bbkr/GeoIPerl6
…/Migration.md :23:
my $geo = GeoIP::City.new;
bbkr/GeoIPerl6
…/City.pm :1:
unit class GeoIP::City:auth<github:bbkr>:ver<1.0.2>;
bbkr/GeoIPerl6
…/city.t :4:
use GeoIP::City;
bbkr/GeoIPerl6
…/city.t :10:
lives-ok { $g = GeoIP::City.new( directory => 't/databases' ) }, 'initialize';
bbkr/GeoIPerl6
…/city.t :43:
lives-ok { $g = GeoIP::City.new( directory => '/' ) }, 'initialize custom directory';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment