Browse Source

Docs: Updated Perl client page to mention async client

Closes #8012
Clinton Gormley 11 years ago
parent
commit
6a7f55b61d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/perl/index.asciidoc

+ 1 - 1
docs/perl/index.asciidoc

@@ -18,7 +18,7 @@ This client provides:
 
 
 * Full support for all Elasticsearch APIs
 * Full support for all Elasticsearch APIs
 
 
-* HTTP backend (currently synchronous only - Any::Event support will be added later)
+* HTTP backend (blocking and asynchronous with https://metacpan.org/module/Search::Elasticsearch::Async)
 
 
 * Robust networking support which handles load balancing, failure detection and failover
 * Robust networking support which handles load balancing, failure detection and failover