diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-05-18 22:56:12 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-05-18 22:56:12 +0000 |
commit | b56a032b1c5f446e91b228687ea94b6c1b6bf930 (patch) | |
tree | 82b50ffbf02c376c95febe58839293d4b8f28a94 | |
parent | 6dfcbfce91d7f1e332637c7421b827ba8e7bc405 (diff) | |
download | iurt-b56a032b1c5f446e91b228687ea94b6c1b6bf930.tar iurt-b56a032b1c5f446e91b228687ea94b6c1b6bf930.tar.gz iurt-b56a032b1c5f446e91b228687ea94b6c1b6bf930.tar.bz2 iurt-b56a032b1c5f446e91b228687ea94b6c1b6bf930.tar.xz iurt-b56a032b1c5f446e91b228687ea94b6c1b6bf930.zip |
Drop a function listed twice
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ use strict; use RPM4::Header; -use Iurt::Config qw(config_usage get_date get_prefix config_init dump_cache_par get_maint get_date check_arch %arch_comp get_package_prefix); +use Iurt::Config qw(config_usage get_date get_prefix config_init dump_cache_par get_maint check_arch %arch_comp get_package_prefix); use Data::Dumper; use URPM; use Iurt::DKMS; |