comparison xml/en/docs/http/ngx_http_perl_module.xml @ 1718:c3f411040d24

Added link to Perl in the perl module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 01 Jun 2016 14:01:26 +0300
parents c711a8a1a8f9
children c6581f9aefa3
comparison
equal deleted inserted replaced
1717:e07ce4ed4dcc 1718:c3f411040d24
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_perl_module" 10 <module name="Module ngx_http_perl_module"
11 link="/en/docs/http/ngx_http_perl_module.html" 11 link="/en/docs/http/ngx_http_perl_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_perl_module</literal> module is used to implement 18 The <literal>ngx_http_perl_module</literal> module is used to implement
22 <para> 22 <para>
23 This module is not built by default, it should be enabled with the 23 This module is not built by default, it should be enabled with the
24 <literal>--with-http_perl_module</literal> 24 <literal>--with-http_perl_module</literal>
25 configuration parameter. 25 configuration parameter.
26 <note> 26 <note>
27 This module requires Perl version 5.6.1 or higher. 27 This module requires
28 <link url="https://www.perl.org/get.html">Perl</link> version 5.6.1 or higher.
28 The C compiler should be compatible with the one used to build Perl. 29 The C compiler should be compatible with the one used to build Perl.
29 </note> 30 </note>
30 </para> 31 </para>
31 32
32 </section> 33 </section>