comparison src/http/modules/perl/nginx.pm @ 5149:ee0ef63e39aa stable-1.2

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 29 Mar 2013 15:29:29 +0000
parents 1559423ec28b
children 6082e0ab3d89
comparison
equal deleted inserted replaced
5068:91c5ef4ce4bb 5149:ee0ef63e39aa
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.7'; 53 our $VERSION = '1.2.8';
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.