# HG changeset patch # User Sergey Kandaurov # Date 1468405533 -10800 # Node ID 6abe7be6d2c12584eadeecae639787b09352359e # Parent a8b8dd6e8ae1a7e479961b50e04d3894ab70760b Tests: style. diff --git a/lib/Test/Nginx.pm b/lib/Test/Nginx.pm --- 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