diff 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
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -164,7 +164,8 @@ sub has_module($) {
 		split_clients
 			=> '(?s)^(?!.*--without-http_split_clients_module)',
 		stream	=> '--with-stream((?!\S)|=dynamic)',
-		stream_access => '(?s)^(?!.*--without-stream_access_module)',
+		stream_access
+			=> '(?s)^(?!.*--without-stream_access_module)',
 		stream_limit_conn
 			=> '(?s)^(?!.*--without-stream_limit_conn_module)',
 		stream_map