diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-11-26 15:45:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-11-26 15:45:55 +0000 |
commit | 8fd39a2250f28727c68367f4cc59fade2ab22c3f (patch) | |
tree | 0b54bac1b12982902a2188ffb5f147795737554c /mdkonline.pm | |
parent | 653098a1e8547cd72e3b6b1b6d7afd92f1de68d7 (diff) | |
download | mgaonline-8fd39a2250f28727c68367f4cc59fade2ab22c3f.tar mgaonline-8fd39a2250f28727c68367f4cc59fade2ab22c3f.tar.gz mgaonline-8fd39a2250f28727c68367f4cc59fade2ab22c3f.tar.bz2 mgaonline-8fd39a2250f28727c68367f4cc59fade2ab22c3f.tar.xz mgaonline-8fd39a2250f28727c68367f4cc59fade2ab22c3f.zip |
flaten export list for readability (needed for next commits)
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mdkonline.pm b/mdkonline.pm index 88b5c63b..b18a12ea 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -30,8 +30,13 @@ use common; use ugtk2; our @ISA = qw(Exporter); -our @EXPORT = qw(fork_exec get_banner get_product_id get_stale_upgrade_filename xml2perl - $product_id $root); +our @EXPORT = qw(fork_exec + get_banner + get_product_id + get_stale_upgrade_filename + xml2perl + $product_id + $root); our ($product_id, $root); our $version = 2.67; |