diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 19:55:15 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 19:55:15 +0000 |
commit | 8a444aa7242a294e03f551228152c393a1d68f50 (patch) | |
tree | e5a18ba15aefe5bbac9eeb2fb26289f6b70366e3 /src/http/modules/perl/nginx.pm | |
parent | d79b21d1c6c36cf8687336e8b4bde59e9380cab2 (diff) | |
download | nginx-8a444aa7242a294e03f551228152c393a1d68f50.tar.gz nginx-8a444aa7242a294e03f551228152c393a1d68f50.zip |
check nginx.pm version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 309eaa545..2ab9820f4 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.4.0'; +our $VERSION = '0.4.9'; require XSLoader; XSLoader::load('nginx', $VERSION); |