comparison lib/Test/Nginx.pm @ 118:4bf7a819358c

Tests: add some embedded perl tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Dec 2009 01:59:01 +0300
parents 1c0ec30614c6
children 8ac1faaddd2c
comparison
equal deleted inserted replaced
117:f2b8d86438ee 118:4bf7a819358c
64 my ($self, $feature) = @_; 64 my ($self, $feature) = @_;
65 65
66 my %regex = ( 66 my %regex = (
67 mail => '--with-mail', 67 mail => '--with-mail',
68 flv => '--with-http_flv_module', 68 flv => '--with-http_flv_module',
69 perl => '--with-http_perl_module',
69 rewrite => '(?s)^(?!.*--without-http_rewrite_module)', 70 rewrite => '(?s)^(?!.*--without-http_rewrite_module)',
70 gzip => '(?s)^(?!.*--without-http_gzip_module)', 71 gzip => '(?s)^(?!.*--without-http_gzip_module)',
71 cache => '(?s)^(?!.*--without-http-cache)', 72 cache => '(?s)^(?!.*--without-http-cache)',
72 fastcgi => '(?s)^(?!.*--without-http_fastcgi_module)', 73 fastcgi => '(?s)^(?!.*--without-http_fastcgi_module)',
73 proxy => '(?s)^(?!.*--without-http_proxy_module)', 74 proxy => '(?s)^(?!.*--without-http_proxy_module)',