summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nginx/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2013-03-17 16:05:30 +0000
committerrobert <robert@openbsd.org>2013-03-17 16:05:30 +0000
commit9f3c3c8525eca9911b66de0aa79e1d7be73c5c8b (patch)
treeb011d550d41b8572004322c2189b1dff46623967 /usr.sbin/nginx/src/http/modules/perl/nginx.pm
parentAvoid namespace pollution from <powerpc/cpu.h>. (diff)
downloadwireguard-openbsd-9f3c3c8525eca9911b66de0aa79e1d7be73c5c8b.tar.xz
wireguard-openbsd-9f3c3c8525eca9911b66de0aa79e1d7be73c5c8b.zip
update to 1.2.7
Diffstat (limited to 'usr.sbin/nginx/src/http/modules/perl/nginx.pm')
-rw-r--r--usr.sbin/nginx/src/http/modules/perl/nginx.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nginx/src/http/modules/perl/nginx.pm b/usr.sbin/nginx/src/http/modules/perl/nginx.pm
index 0f720d84d7e..5c7a4c3fc8e 100644
--- a/usr.sbin/nginx/src/http/modules/perl/nginx.pm
+++ b/usr.sbin/nginx/src/http/modules/perl/nginx.pm
@@ -50,7 +50,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.2.6';
+our $VERSION = '1.2.7';
require XSLoader;
XSLoader::load('nginx', $VERSION);
@@ -123,7 +123,7 @@ This module provides a Perl interface to the nginx HTTP server API.
=head1 SEE ALSO
-http://sysoev.ru/nginx/docs/http/ngx_http_perl_module.html
+http://nginx.org/en/docs/http/ngx_http_perl_module.html
=head1 AUTHOR