aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-05 01:33:00 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-05 01:33:00 +0000
commit932b9252ad305455c5cc49861546c21999bbc509 (patch)
tree9667a6c662ea17a5190e6ead2973d579cd312c64 /rpmdrake.pm
parent07f6f8299078fa22cdeffa4c0dc04d63ad001f2e (diff)
downloadrpmdrake-932b9252ad305455c5cc49861546c21999bbc509.tar
rpmdrake-932b9252ad305455c5cc49861546c21999bbc509.tar.gz
rpmdrake-932b9252ad305455c5cc49861546c21999bbc509.tar.bz2
rpmdrake-932b9252ad305455c5cc49861546c21999bbc509.tar.xz
rpmdrake-932b9252ad305455c5cc49861546c21999bbc509.zip
sort exports
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm34
1 files changed, 17 insertions, 17 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 57c7fa74..527d40b1 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -45,44 +45,44 @@ use feature 'state';
our @ISA = qw(Exporter);
our $VERSION = '2.27';
our @EXPORT = qw(
+ $already_splashed
$changelog_first_config
$dont_show_selections
$mandrakeupdate_wanted_categories
- $already_splashed
$max_info_in_descr
$offered_to_add_sources
- $tree_mode
$tree_flat
+ $tree_mode
$typical_width
add_distrib_update_media
+ add_medium_and_check
+ but
+ but_
+ check_update_media_version
+ choose_mirror
distro_type
- myexit
- readconf
- writeconf
- interactive_msg
- interactive_packtable
+ fatal_msg
+ getbanner
interactive_list
interactive_list_
+ interactive_msg
interactive_msg_with_banner
- fatal_msg
- getbanner
- wait_msg
+ interactive_packtable
+ myexit
+ readconf
remove_wait_msg
- but
- but_
+ show_urpm_progress
slow_func
slow_func_statusbar
statusbar_msg
statusbar_msg_remove
- choose_mirror
- show_urpm_progress
+ strip_first_underscore
update_sources
update_sources_check
update_sources_interactive
update_sources_noninteractive
- add_medium_and_check
- check_update_media_version
- strip_first_underscore
+ wait_msg
+ writeconf
);
our $typical_width = 280;