From 52dc0a0d04bd2b6d59d3edd5b0935501a62a1c22 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Aug 2012 04:05:41 +0000 Subject: sort exported funcs --- lib/Iurt/Chroot.pm | 6 +++--- 1 file 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'; -- cgit v1.2.1