From c563566aaf3d7a86dbccafcc9912309486cf0370 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Mar 2003 20:53:04 +0000 Subject: s/perl -w/use diagnostics/ so stat it get removed from package at build time --- perl-install/standalone/service_harddrake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 1481eafca..8af36b163 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -1,8 +1,9 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use lib qw(/usr/lib/libDrakX); use strict; +use diagnostics; use standalone; #- warning, standalone must be loaded very first, for 'explanations' use common; use interactive; -- cgit v1.2.1