From e90c77773683d93272d15b8e48d08be183088e3b Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Sat, 4 May 2013 18:38:56 +0400
Subject: [PATCH] Update links to the Perl driver.

---
 doc/www-data.in/download.cmake | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake
index 68dcada014..f4f7f55b7d 100644
--- a/doc/www-data.in/download.cmake
+++ b/doc/www-data.in/download.cmake
@@ -162,8 +162,7 @@ The server roadmap is maintained on [Launchpad](http://launchpad.net/tarantool).
 
 ## Connectors
 
-- Perl driver, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.22/lib/DR/Tarantool.pm)
-- Perl driver, alternative implementation: [MR:Tarantool](http://search.cpan.org/~yuran/MR-Tarantool/)
+- Perl driver, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.37/lib/DR/Tarantool.pm)
 - Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java)
 - Ruby driver, [http://github.com/mailru/tarantool-ruby](https://github.com/mailru/tarantool-ruby)
 - Python driver, [http://pypi.python.org/pypi/tarantool](http://pypi.python.org/pypi/tarantool)
@@ -196,7 +195,7 @@ Tarantool/Box использует стандартную схему нумер
 Архив .tar.gz с последний версией исходного кода доступен по следующей
 ссылке:
 <a href="http://tarantool.org/dist/tarantool-@PACKAGE_VERSION@-src.tar.gz">tarantool-@PACKAGE_VERSION@-src.tar.gz</a>.
-Файл README.<OS> содержит инструкции по сборке из исходников.
+Файл README.&lt;OS&gt; содержит инструкции по сборке из исходников.
 
 ### Бинарные пакеты
 
@@ -319,8 +318,7 @@ href="http://tarantool.org/dist">http://tarantool.org/dist</a>.
 
 ### Доступ из языков программирования
 
-- Perl driver, [MR:Tarantool](http://search.cpan.org/~yuran/MR-Tarantool/)
-- An alternative Perl driver implementation, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.22/lib/DR/Tarantool.pm)
+- Perl driver [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.37/lib/DR/Tarantool.pm)
 - [Ruby driver](https://github.com/mailru/tarantool-ruby)
 - Python driver, [hosted at pypi.python.org](http://pypi.python.org/pypi/tarantool)
 - PHP driver [https://github.com/mailru/tarantool-php](https://github.com/mailru/tarantool-php)
-- 
GitLab