diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-04-30 19:57:00 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-04-30 19:57:00 +0200 |
commit | 5221d386078b1fbc2f6366e642a6f99693726465 (patch) | |
tree | 318e69bda00bfd9ea9fb36fd49e309b794df0d0d /lib | |
parent | 82c5c97e0dc7f2dbf3f38423dac62003d5494593 (diff) | |
download | iurt-5221d386078b1fbc2f6366e642a6f99693726465.tar iurt-5221d386078b1fbc2f6366e642a6f99693726465.tar.gz iurt-5221d386078b1fbc2f6366e642a6f99693726465.tar.bz2 iurt-5221d386078b1fbc2f6366e642a6f99693726465.tar.xz iurt-5221d386078b1fbc2f6366e642a6f99693726465.zip |
mkpath is not used in this module
Diffstat (limited to 'lib')
-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 4c57dcf..92bd0f6 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -8,7 +8,6 @@ use Iurt::Process qw(sudo); use Iurt::Util qw(plog); # perl_checker: use Iurt::Urpmi use File::Temp 'mktemp'; -use File::Path 'mkpath'; use urpm; our @EXPORT = qw( |