Skip to content

Commit

Permalink
Require a recent MaxMind::DB::Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Mar 23, 2016
1 parent b71aeb6 commit 2be0d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cpanfile
@@ -1,6 +1,6 @@
requires "Math::Int128" => "0";
requires "MaxMind::DB::Metadata" => "0";
requires "MaxMind::DB::Reader" => "1.000000";
requires "MaxMind::DB::Metadata" => "0.040001";
requires "MaxMind::DB::Reader" => "1.000012";
requires "MaxMind::DB::Reader::Role::HasMetadata" => "0";
requires "MaxMind::DB::Reader::Role::Reader" => "0";
requires "MaxMind::DB::Types" => "0";
Expand Down Expand Up @@ -38,7 +38,7 @@ on 'test' => sub {

on 'configure' => sub {
requires "Module::Build" => "0.28";
requires "perl" => "5.008002";
requires "perl" => "5.008";
};

on 'develop' => sub {
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/XS.pm
Expand Up @@ -9,7 +9,7 @@ our $VERSION = '1.000003';
use 5.010000;

use Math::Int128 qw( uint128 );
use MaxMind::DB::Metadata;
use MaxMind::DB::Metadata 0.040001;
use MaxMind::DB::Reader 1.000012;
use MaxMind::DB::Types qw( Int );

Expand Down

0 comments on commit 2be0d36

Please sign in to comment.