summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm9
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;