]> sjero.net Git - wget/commitdiff
use strict in run-px.
authorMicah Cowan <micah@cowan.name>
Thu, 6 Nov 2008 19:38:16 +0000 (11:38 -0800)
committerMicah Cowan <micah@cowan.name>
Thu, 6 Nov 2008 19:38:16 +0000 (11:38 -0800)
tests/ChangeLog
tests/run-px

index 36bc35dc9afb0c782024f787c6a8f54a552e5c9b..19270b6f62f95d545587cb48d519a5327053a80a 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-06  Micah Cowan  <micah@cowan.name>
+
+       * run-px: Use strict (thanks Steven Schubiger!).
+
 2008-06-22  Micah Cowan  <micah@cowan.name>
 
        * Test-proxied-https-auth.px: Shift exit code so it falls in the
index 50db5819f7b4792e7d413dbce855998af24284b9..05f6eda65de2d7555fcd9bef6f41738cf5bd9e70 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
 use warnings;
+use strict;
 
 die "Please specify the top source directory.\n" if (!@ARGV);
 my $top_srcdir = shift @ARGV;