Skip to content

Commit

Permalink
more fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Nov 22, 2023
1 parent 90d9a28 commit 5055766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Geo-IPinfo/lib/Geo/IPinfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ my %valid_fields = (
);
my $base_url = 'https://ipinfo.io/';
my $country_flag_url = 'https://cdn.ipinfo.io/static/images/countries-flags/';
my $cache_ttl = 0;
my $custom_cache = 0;
my %default_countries = (
"BD" => "Bangladesh",
"BE" => "Belgium",
Expand Down Expand Up @@ -1051,9 +1053,6 @@ my %default_continents = (
"MZ" => { "code" => "AF", "name" => "Africa" }
);

my $cache_ttl = 0;
my $custom_cache = 0;

#-------------------------------------------------------------------------------

sub new {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ $loc = $details->loc; # 37.8342,-122.2900
* JSON
* LWP::UserAgent
* HTTP::Headers
* Net::CIDR
* Net::CIDR::Set

#### Usage
Expand Down

0 comments on commit 5055766

Please sign in to comment.