Use lexical warnings in test scripts.

This commit is contained in:
Steven Schubiger
2008-11-12 22:54:49 +01:00
parent 124f1050af
commit 1777835073
44 changed files with 116 additions and 43 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
use strict;
use warnings;
use HTTPTest;