Skip to content

tests: fix perl warnings in http2-server, http3-server#18100

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:t-perl-warns
Closed

tests: fix perl warnings in http2-server, http3-server#18100
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:t-perl-warns

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Jul 30, 2025

AM libressl heimdal:

Global symbol "$verbose" requires explicit package name (did you forget to declare "my $verbose"?) at tests/http2-server.pl line 52.
Global symbol "$certfile" requires explicit package name (did you forget to declare "my $certfile"?) at tests/http2-server.pl line 109.
Global symbol "$keyfile" requires explicit package name (did you forget to declare "my $keyfile"?) at tests/http2-server.pl line 110.
Execution of tests/http2-server.pl aborted due to compilation errors.
[...]

Ref: https://github.com/curl/curl/actions/runs/16622030370/job/47028537336?pr=18099#step:39:3148

Follow-up to 2ec5455 #17877

AM libressl heimdal:
```
Global symbol "$verbose" requires explicit package name (did you forget to declare "my $verbose"?) at ../../tests/http2-server.pl line 52.
Global symbol "$certfile" requires explicit package name (did you forget to declare "my $certfile"?) at ../../tests/http2-server.pl line 109.
Global symbol "$keyfile" requires explicit package name (did you forget to declare "my $keyfile"?) at ../../tests/http2-server.pl line 110.
Execution of ../../tests/http2-server.pl aborted due to compilation errors.
[...]
```
https://github.com/curl/curl/actions/runs/16622030370/job/47028537336?pr=18099#step:39:3148
@vszakats vszakats added the tests label Jul 30, 2025
@vszakats vszakats closed this in 1140c8b Jul 30, 2025
@vszakats vszakats deleted the t-perl-warns branch July 30, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant