diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 15:00:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 15:00:10 +0000 |
commit | 88b4f7e726280a37d3543e8940f8f9575c110cbc (patch) | |
tree | c054edda4d5728cfd8b468b74516ea00cc588149 /mdkonline.pm | |
parent | afc86ac00241d369799dd65c0ebaebcc4f83d18f (diff) | |
download | mgaonline-88b4f7e726280a37d3543e8940f8f9575c110cbc.tar mgaonline-88b4f7e726280a37d3543e8940f8f9575c110cbc.tar.gz mgaonline-88b4f7e726280a37d3543e8940f8f9575c110cbc.tar.bz2 mgaonline-88b4f7e726280a37d3543e8940f8f9575c110cbc.tar.xz mgaonline-88b4f7e726280a37d3543e8940f8f9575c110cbc.zip |
unexport get_distro_list_()
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm index 2cc279f3..7ade89e9 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -33,7 +33,6 @@ our @ISA = qw(Exporter); our @EXPORT = qw(find_current_distro fork_exec get_banner - get_distro_list_ get_distro_list get_from get_product_id |