mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Enable warnings
This commit is contained in:
parent
6ce407305b
commit
eacf62792f
@ -21,6 +21,9 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# pidfromfile returns the pid stored in the given pidfile. The value
|
# 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
|
# of the returned pid will never be a negative value. It will be zero
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
use IPC::Open2;
|
use IPC::Open2;
|
||||||
|
|
||||||
require "getpart.pm";
|
require "getpart.pm";
|
||||||
|
Loading…
Reference in New Issue
Block a user