forked from LibreCat/Catmandu-Store-Elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start updating to Search::Elasticsearch
- Loading branch information
Showing
8 changed files
with
148 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ Makefile.PL | |
MANIFEST* | ||
META.* | ||
MYMETA.* | ||
Catmandu-Store-ElasticSearch-* | ||
Catmandu-Store-Elasticsearch-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ use warnings; | |
use Module::Build; | ||
|
||
my $builder = Module::Build->new( | ||
module_name => 'Catmandu::Store::ElasticSearch', | ||
module_name => 'Catmandu::Store::Elasticsearch', | ||
license => 'perl', | ||
dist_author => [ | ||
'Nicolas Steenlant <[email protected]>', | ||
|
@@ -18,10 +18,10 @@ my $builder = Module::Build->new( | |
'Catmandu' => '0.8', | ||
'CQL::Parser' => '1.12', | ||
'Moo' => '1.00', | ||
'Search::Elasticsearch::Compat' => '0.10', | ||
'Search::Elasticsearch' => '1.11', | ||
}, | ||
add_to_cleanup => [qw( | ||
Catmandu-Store-ElasticSearch-* | ||
Catmandu-Store-Elasticsearch-* | ||
)], | ||
create_makefile_pl => 'traditional', | ||
create_license => 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
Revision history for Catmandu-Store-ElasticSearch | ||
Revision history for Catmandu-Store-Elasticsearch | ||
|
||
|
||
0.0205 2014-03-10 | ||
- switch to Search::Elasticsearch::Compat | ||
- store drop method | ||
|
||
0.0204 2014-01-02 | ||
- switch to Elasticsearch::Compat | ||
|
||
0.0203 2013-06-24 | ||
- remove given statements | ||
|
||
0.0202 2013-03-26 | ||
- import confess | ||
- fix pod formatting | ||
|
||
0.0201 2012-12-03 | ||
- fix reference to old CQL::ElasticSearch | ||
|
||
0.02 2012-12-03 | ||
- initial release | ||
0.01 2014-04-29 | ||
- Continue development from Catmandu::Store::ElasticSearch with the | ||
official Search::Elasticsearch client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.