diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:41 +0000 |
commit | 52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22 (patch) | |
tree | e02cffcd9af62aa775222024694360832524544d /lib | |
parent | d26372e6f7e0a2e3cbfc37508a3b051ae2a7cf83 (diff) | |
download | iurt-52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22.tar iurt-52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22.tar.gz iurt-52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22.tar.bz2 iurt-52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22.tar.xz iurt-52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22.zip |
sort exported funcs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 074c6f8..2fc59c0 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -12,12 +12,12 @@ use File::Path 'mkpath'; use urpm; our @EXPORT = qw( - clean_chroot - dump_rpmmacros add_local_user + clean_chroot + create_build_chroot create_temp_chroot + dump_rpmmacros remove_chroot - create_build_chroot ); my $sudo = '/usr/bin/sudo'; |