comparison src/http/modules/perl/nginx.pm @ 3829:f9c3f70c798a stable-0.8

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Dec 2010 10:33:37 +0000
parents 5dbbc90e7002
children 7890c9617eb5
comparison
equal deleted inserted replaced
3784:39901fbad476 3829:f9c3f70c798a
46 HTTP_SERVICE_UNAVAILABLE 46 HTTP_SERVICE_UNAVAILABLE
47 HTTP_GATEWAY_TIME_OUT 47 HTTP_GATEWAY_TIME_OUT
48 HTTP_INSUFFICIENT_STORAGE 48 HTTP_INSUFFICIENT_STORAGE
49 ); 49 );
50 50
51 our $VERSION = '0.8.53'; 51 our $VERSION = '0.8.54';
52 52
53 require XSLoader; 53 require XSLoader;
54 XSLoader::load('nginx', $VERSION); 54 XSLoader::load('nginx', $VERSION);
55 55
56 # Preloaded methods go here. 56 # Preloaded methods go here.