diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-15 11:03:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-15 11:03:14 +0000 |
commit | ebe61a6ec45efbf494b5ac3000eda972299a818e (patch) | |
tree | 33137bf5e836e29a6fd4078d30e9110a79f16aa2 | |
parent | c737eb5faea2223bf9d6cd799d9fdd0a7c782530 (diff) | |
download | iurt-ebe61a6ec45efbf494b5ac3000eda972299a818e.tar iurt-ebe61a6ec45efbf494b5ac3000eda972299a818e.tar.gz iurt-ebe61a6ec45efbf494b5ac3000eda972299a818e.tar.bz2 iurt-ebe61a6ec45efbf494b5ac3000eda972299a818e.tar.xz iurt-ebe61a6ec45efbf494b5ac3000eda972299a818e.zip |
- do not import all symbols from MDK::Common, just the one needed
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ # use strict; -use MDK::Common; +use MDK::Common qw(cat_); use Iurt::Config qw(config_usage get_date config_init dump_cache init_cache get_author_email check_arch check_noarch); use Iurt::Process qw(check_pid); use Iurt::File qw(check_upload_tree); |