comparison src/http/modules/perl/nginx.pm @ 4682:752e65c6c0d1

Version bump.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Jun 2012 11:07:44 +0000
parents b0e48bacb301
children 7f8d224d3bfb
comparison
equal deleted inserted replaced
4681:bb37a9cc08fb 4682:752e65c6c0d1
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.3.1'; 53 our $VERSION = '1.3.2';
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.