comparison src/http/modules/perl/nginx.pm @ 4533:65ff9ed7feb2 stable-1.0

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Mar 2012 11:37:11 +0000
parents 2dfa4d76e4c5
children 6381447b8894
comparison
equal deleted inserted replaced
4519:75e369b683d8 4533:65ff9ed7feb2
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.13'; 53 our $VERSION = '1.0.14';
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.