We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fe259 commit 3b4cf13Copy full SHA for 3b4cf13
lib/Plack/Middleware/Lint.pm
@@ -43,7 +43,7 @@ sub validate_env {
43
die('Missing mandatory env param: PATH_INFO');
44
}
45
if ($env->{PATH_INFO} ne '' && $env->{PATH_INFO} !~ m!^/!) {
46
- die('PATH_INFO must begin with / ($env->{PATH_INFO})');
+ die("PATH_INFO must begin with / ($env->{PATH_INFO})");
47
48
unless (defined($env->{SERVER_NAME})) {
49
die('Missing mandatory env param: SERVER_NAME');
0 commit comments