comparison src/http/modules/perl/nginx.pm @ 4588:6381447b8894 stable-1.0

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 12 Apr 2012 12:47:36 +0000
parents 65ff9ed7feb2
children
comparison
equal deleted inserted replaced
4537:c50bcc1d72be 4588:6381447b8894
48 HTTP_SERVICE_UNAVAILABLE 48 HTTP_SERVICE_UNAVAILABLE
49 HTTP_GATEWAY_TIME_OUT 49 HTTP_GATEWAY_TIME_OUT
50 HTTP_INSUFFICIENT_STORAGE 50 HTTP_INSUFFICIENT_STORAGE
51 ); 51 );
52 52
53 our $VERSION = '1.0.14'; 53 our $VERSION = '1.0.15';
54 54
55 require XSLoader; 55 require XSLoader;
56 XSLoader::load('nginx', $VERSION); 56 XSLoader::load('nginx', $VERSION);
57 57
58 # Preloaded methods go here. 58 # Preloaded methods go here.