comparison src/http/modules/perl/nginx.pm @ 5035:11b6590c7460 stable-1.2

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 09 Feb 2013 21:07:06 +0000
parents 54eb08ebe8cf
children 1559423ec28b
comparison
equal deleted inserted replaced
4959:4c6e0de6283b 5035:11b6590c7460
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.2.6'; 53 our $VERSION = '1.2.7';
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.