~britco/nginx/master

« back to all changes in this revision

Viewing changes to src/http/modules/perl/nginx.pm

Tags: upstream-0.5.33
ImportĀ upstreamĀ versionĀ 0.5.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    HTTP_INSUFFICIENT_STORAGE
48
48
);
49
49
 
50
 
our $VERSION = '0.5.26';
 
50
our $VERSION = '0.5.33';
51
51
 
52
52
require XSLoader;
53
53
XSLoader::load('nginx', $VERSION);