comparison lib/Test/Nginx.pm @ 620:7497adad1a50

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 03 Jul 2015 17:15:13 +0300
parents 58a67c40a761
children 884b2f0c173f
comparison
equal deleted inserted replaced
619:58a67c40a761 620:7497adad1a50
143 smtp => '(?s)^(?!.*--without-mail_smtp_module)', 143 smtp => '(?s)^(?!.*--without-mail_smtp_module)',
144 pcre => '(?s)^(?!.*--without-pcre)', 144 pcre => '(?s)^(?!.*--without-pcre)',
145 split_clients 145 split_clients
146 => '(?s)^(?!.*--without-http_split_clients_module)', 146 => '(?s)^(?!.*--without-http_split_clients_module)',
147 stream => '--with-stream(?!\S)', 147 stream => '--with-stream(?!\S)',
148 stream_limit_conn => 148 stream_limit_conn
149 '(?s)^(?!.*--without-stream_limit_conn_module)', 149 => '(?s)^(?!.*--without-stream_limit_conn_module)',
150 stream_upstream_hash 150 stream_upstream_hash
151 => '(?s)^(?!.*--without-stream_upstream_hash_module)', 151 => '(?s)^(?!.*--without-stream_upstream_hash_module)',
152 stream_upstream_least_conn 152 stream_upstream_least_conn
153 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)', 153 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)',
154 stream_upstream_zone 154 stream_upstream_zone