comparison src/http/modules/perl/nginx.pm @ 5146:f45b83d20cfb

Simplified nginx version maintenance. It's no longer necessary to update src/http/modules/perl/nginx.pm when version is bumped, as it's now derived from src/core/nginx.h.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Mar 2013 08:47:06 +0000
parents 3df40966f8b8
children be5cfa918bfc
comparison
equal deleted inserted replaced
5145:f6777aef5b2f 5146:f45b83d20cfb
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.16'; 53 our $VERSION = '%%VERSION%%';
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.