Skip to content

Commit 0a574b0

Browse files
committed
bugfix: Test::Nginx::Socket::Lua was not defined as a Perl package and "no_plan" did not work, for example. thanks aCayF for the report.
1 parent 89c6143 commit 0a574b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Test/Nginx/Socket/Lua.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package Test::Nginx::Socket::Lua;
2+
13
use Test::Nginx::Socket -Base;
24

35
my $code = $ENV{TEST_NGINX_INIT_BY_LUA};

0 commit comments

Comments
 (0)