summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-10 07:52:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-10 07:52:38 +0000
commit19d1383b38b59a084509815cf848c5ea9c05deb6 (patch)
tree04025d512eea734d571b0e965540d61002d59cde /perl-install/common.pm
parentcd53e71a8b1fd6fb1eab6c39f56be381abcc7ba2 (diff)
downloaddrakx-backup-do-not-use-19d1383b38b59a084509815cf848c5ea9c05deb6.tar
drakx-backup-do-not-use-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.gz
drakx-backup-do-not-use-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.bz2
drakx-backup-do-not-use-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.xz
drakx-backup-do-not-use-19d1383b38b59a084509815cf848c5ea9c05deb6.zip
don't need use MDK::Common... when we have "use common" (which is the standard for libDrakX modules)
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r--perl-install/common.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm
index 1933975e5..3e7a2443d 100644
--- a/perl-install/common.pm
+++ b/perl-install/common.pm
@@ -1,7 +1,6 @@
package common; # $Id$
use MDK::Common;
-use MDK::Common::System;
use diagnostics;
use strict;
use run_program;