From eacf62792ffb041a59d2ac167ee705f858dbb014 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 24 Dec 2009 12:01:53 +0000 Subject: Enable warnings --- tests/ftp.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ftp.pm') 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 -- cgit v1.2.3