use strict in run-px.

This commit is contained in:
Micah Cowan 2008-11-06 11:38:16 -08:00
parent 620876d149
commit 0dd8271f32
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -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;