mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 10:53:29 +08:00
Use lexical warnings in test scripts.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use HTTPTest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user