aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-17 20:04:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-17 20:04:32 +0000
commitae33d014ad64c380446d8113bc7b2de115ffa23f (patch)
tree29a2f51bb8ba23c2a698732fc543bed6798d5967 /src/http/modules/perl/nginx.pm
parent4a32307de74116ec3aca40cd15e37e26e3bddd79 (diff)
downloadnginx-ae33d014ad64c380446d8113bc7b2de115ffa23f.tar.gz
nginx-ae33d014ad64c380446d8113bc7b2de115ffa23f.zip
nginx-0.3.22-RELEASE importrelease-0.3.22
*) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18.
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r--src/http/modules/perl/nginx.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index 66ff64f9a..c0f3f27eb 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -17,7 +17,7 @@ our @EXPORT = qw(
HTTP_SERVER_ERROR
);
-our $VERSION = '0.3.21';
+our $VERSION = '0.3.22';
require XSLoader;
XSLoader::load('nginx', $VERSION);
@@ -48,11 +48,6 @@ nginx - Perl interface to the nginx HTTP server API
This module provides a Perl interface to the nginx HTTP server API.
-=head2 EXPORT
-
-None by default.
-
-
=head1 SEE ALSO