diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-10 20:50:42 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-10 20:50:42 +0000 |
commit | c24757c923841de1901501b227d1411eafefc4e4 (patch) | |
tree | 61022c6dfb5831a6cdb7946544aef5cc0683416e /lib/Iurt/Chroot.pm | |
parent | 80a8c36ba24372b0dcf0b893228e72f7e69940fd (diff) | |
download | iurt-c24757c923841de1901501b227d1411eafefc4e4.tar iurt-c24757c923841de1901501b227d1411eafefc4e4.tar.gz iurt-c24757c923841de1901501b227d1411eafefc4e4.tar.bz2 iurt-c24757c923841de1901501b227d1411eafefc4e4.tar.xz iurt-c24757c923841de1901501b227d1411eafefc4e4.zip |
Get rid of cache
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 3995d21..447ef23 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -5,7 +5,6 @@ use base qw(Exporter); use MDV::Distribconf::Build; use MDK::Common; use Iurt::Process qw(sudo); -use Iurt::Config qw(dump_cache_par); use Iurt::Util qw(plog); # perl_checker: use Iurt::Urpmi use File::Temp 'mktemp'; |