From 9254117a69ef2349e35ff4dd02800571e0634dd7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Aug 2004 00:54:36 +0000 Subject: Remove a perl compilation warning --- perl-install/standalone.pm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'perl-install') 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 +', $::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 -', $::license, "\n"; -} - ################################################################################ #- stuff will go to special /var/log/explanations file -- cgit v1.2.1