Enable warnings

This commit is contained in:
Yang Tse 2009-12-24 12:01:53 +00:00
parent 6ce407305b
commit eacf62792f
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -38,6 +38,7 @@
#
use strict;
use warnings;
use IPC::Open2;
require "getpart.pm";