From 892daaccc07f903cfdc82076feb6b3446345acaa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Aug 2004 01:40:21 +0000 Subject: developers should always run their stuff with the strict pragma --- perl-install/standalone/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 1f81589ac..f07183694 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -1,6 +1,6 @@ #!/usr/bin/perl -#use strict; +use strict; use lib qw(/usr/lib/libDrakX); use c; use common; -- cgit v1.2.1