diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-01 21:38:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-01 21:38:00 +0000 |
commit | 861a2ec9352930fcc8e00f27d9d9d996d1b1e665 (patch) | |
tree | 3e5714a91d965b52ce9fc50fc87c703842f217b3 /lib | |
parent | 1ccdcaeac396f7a5ba2280465b52e22d3b6fd79e (diff) | |
download | iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.gz iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.bz2 iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.xz iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.zip |
fix import loop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 44f9581..c628300 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -7,7 +7,7 @@ use MDK::Common; use Iurt::Process qw(sudo); use Iurt::Config qw(dump_cache_par); use Iurt::Util qw(plog); -use Iurt::Urpmi; +# perl_checker: use Iurt::Urpmi use File::Temp 'mktemp'; use File::Path 'mkpath'; use urpm; |