From 49bd3a21e0f995c895b445c0566227661418c2bc Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Wed, 4 Apr 2018 18:53:39 +0300 Subject: Changed version processing for modules. --- src/perl/nxt_perl_psgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/perl') diff --git a/src/perl/nxt_perl_psgi.c b/src/perl/nxt_perl_psgi.c index 748bcc3a..5b206cba 100644 --- a/src/perl/nxt_perl_psgi.c +++ b/src/perl/nxt_perl_psgi.c @@ -113,7 +113,7 @@ NXT_EXPORT nxt_application_module_t nxt_app_module = { sizeof(nxt_perl_psgi_compat), nxt_perl_psgi_compat, nxt_string("perl"), - nxt_string(PERL_VERSION_STRING), + PERL_VERSION_STRING, nxt_perl_psgi_init, nxt_perl_psgi_run, nxt_perl_psgi_atexit, -- cgit