diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 04b373955..4ef99726a 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -119,6 +119,11 @@ Network & Internet connection and monitoring application $usages{$_} = $usages{rpmdrake} foreach qw(rpmdrake-remove MandrakeUpdate); $usages{Xdrakres} = $usages{XFdrake}; +sub version() { + print 'Drakxtools version 10 +Copyright (C) 1999-2004 Mandrakesoft by <install@mandrakesoft.com> +', $::license, "\n"; +} my ($i, @new_ARGV); foreach (@ARGV) { @@ -152,12 +157,6 @@ foreach (@ARGV) { @ARGV = @new_ARGV; -sub version() { - print 'Drakxtools version 10 -Copyright (C) 1999-2004 Mandrakesoft by <install@mandrakesoft.com> -', $::license, "\n"; -} - ################################################################################ #- stuff will go to special /var/log/explanations file |