diff options
Diffstat (limited to 'tests/ftp.pm')
-rw-r--r-- | tests/ftp.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ftp.pm b/tests/ftp.pm index af4871733..7c4fe951f 100644 --- a/tests/ftp.pm +++ b/tests/ftp.pm @@ -21,6 +21,9 @@ # $Id$ ########################################################################### +use strict; +use warnings; + ####################################################################### # pidfromfile returns the pid stored in the given pidfile. The value # of the returned pid will never be a negative value. It will be zero |