diff 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
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -66,6 +66,7 @@ sub has_module($) {
 	my %regex = (
 		mail	=> '--with-mail',
 		flv	=> '--with-http_flv_module',
+		perl	=> '--with-http_perl_module',
 		rewrite	=> '(?s)^(?!.*--without-http_rewrite_module)',
 		gzip	=> '(?s)^(?!.*--without-http_gzip_module)',
 		cache	=> '(?s)^(?!.*--without-http-cache)',