diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-03 22:15:13 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-03 22:15:13 +0100 |
commit | 724e64f07bcdce36529949f525a05038529b7965 (patch) | |
tree | b154ad3718057c0d75b3a95487d230ebfe5f6be5 /lib/AdminPanel/Rpmdragora/gurpm.pm | |
parent | 765fc307767d8dabc19c8e76759c7c0b30e01e95 (diff) | |
download | manatools-724e64f07bcdce36529949f525a05038529b7965.tar manatools-724e64f07bcdce36529949f525a05038529b7965.tar.gz manatools-724e64f07bcdce36529949f525a05038529b7965.tar.bz2 manatools-724e64f07bcdce36529949f525a05038529b7965.tar.xz manatools-724e64f07bcdce36529949f525a05038529b7965.zip |
Removed drakx common dependency
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gurpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index 0c7dd6f7..386c5bad 100644 --- a/lib/AdminPanel/Rpmdragora/gurpm.pm +++ b/lib/AdminPanel/Rpmdragora/gurpm.pm @@ -26,7 +26,7 @@ package AdminPanel::Rpmdragora::gurpm; # $Id: gurpm.pm 255450 2009-04-03 16:00:16Z tv $ use strict; -use lib qw(/usr/lib/libDrakX); + use yui; use Time::HiRes; use feature 'state'; |