Skip to content

Commit

Permalink
Upgraded min ES.pm version to 0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Nov 1, 2012
1 parent 4c3c627 commit 842af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Elastic/Model/Role/Model.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Elastic::Model::Role::Model;
use Moose::Role;
use Carp;
use Elastic::Model::Types qw(ES ES_UniqueKey);
use ElasticSearch 0.58 ();
use ElasticSearch 0.59 ();
use ElasticSearchX::UniqueKey 0.03 ();
use Class::Load qw(load_class);
use Moose::Util qw(does_role);
Expand Down

0 comments on commit 842af39

Please sign in to comment.