summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-08 19:50:10 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-08 19:50:10 +0000
commit8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc (patch)
tree8b15d3a34c04b3ee3dcb6f97e02f0f979a0a5370
parent6d7ccbbf9a15463665997804f8c80bdd80acec8b (diff)
downloaddrakx-backup-do-not-use-8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc.tar
drakx-backup-do-not-use-8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc.tar.gz
drakx-backup-do-not-use-8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc.tar.bz2
drakx-backup-do-not-use-8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc.tar.xz
drakx-backup-do-not-use-8b35f2ab4edc4ae71c999b1f0edc67eac0802ddc.zip
no need to 'use strict' in "binary"
-rwxr-xr-xperl-install/standalone/harddrake21
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index da3d09588..89375e8fc 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
-use strict;
use lib qw(/usr/lib/libDrakX);
use harddrake::ui;