comparison lib/Test/Nginx.pm @ 977:6abe7be6d2c1

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 13 Jul 2016 13:25:33 +0300
parents 7d7aef8b9f3a
children 04cb1849005a
comparison
equal deleted inserted replaced
976:a8b8dd6e8ae1 977:6abe7be6d2c1
162 smtp => '(?s)^(?!.*--without-mail_smtp_module)', 162 smtp => '(?s)^(?!.*--without-mail_smtp_module)',
163 pcre => '(?s)^(?!.*--without-pcre)', 163 pcre => '(?s)^(?!.*--without-pcre)',
164 split_clients 164 split_clients
165 => '(?s)^(?!.*--without-http_split_clients_module)', 165 => '(?s)^(?!.*--without-http_split_clients_module)',
166 stream => '--with-stream((?!\S)|=dynamic)', 166 stream => '--with-stream((?!\S)|=dynamic)',
167 stream_access => '(?s)^(?!.*--without-stream_access_module)', 167 stream_access
168 => '(?s)^(?!.*--without-stream_access_module)',
168 stream_limit_conn 169 stream_limit_conn
169 => '(?s)^(?!.*--without-stream_limit_conn_module)', 170 => '(?s)^(?!.*--without-stream_limit_conn_module)',
170 stream_map 171 stream_map
171 => '(?s)^(?!.*--without-stream_map_module)', 172 => '(?s)^(?!.*--without-stream_map_module)',
172 stream_return 173 stream_return