diff options
author | Yang Tse <yangsita@gmail.com> | 2009-12-24 12:01:53 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-12-24 12:01:53 +0000 |
commit | eacf62792ffb041a59d2ac167ee705f858dbb014 (patch) | |
tree | 59d39d666b5b26c75d392d7bb2a34a5a9223ce09 /tests/ftp.pm | |
parent | 6ce407305bb207b2f59272440c6da4209adff0af (diff) | |
download | curl-eacf62792ffb041a59d2ac167ee705f858dbb014.tar.gz |
Enable warnings
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 |