summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:50:42 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:50:42 +0000
commita76650096a8fd27d6fe07f27c54baa87b4f90fc5 (patch)
treedc80dcbdfd07f067f80317b286bf9c42b5377c05 /perl-install/authentication.pm
parentfd0ecadf6b98aa7f178e64cefc8b13e10d6582cd (diff)
downloaddrakx-a76650096a8fd27d6fe07f27c54baa87b4f90fc5.tar
drakx-a76650096a8fd27d6fe07f27c54baa87b4f90fc5.tar.gz
drakx-a76650096a8fd27d6fe07f27c54baa87b4f90fc5.tar.bz2
drakx-a76650096a8fd27d6fe07f27c54baa87b4f90fc5.tar.xz
drakx-a76650096a8fd27d6fe07f27c54baa87b4f90fc5.zip
fix strangeness introduced by vgardiola in r242842 on Jun 3 2008
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 21b346282..a76a62d0b 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -2,7 +2,7 @@ package authentication; # $Id: authentication.pm 269894 2010-06-05 20:50:23Z tv
use common;
-my ($authentication) = @_;
+my $authentication;
sub kinds {
my $no_para = @_ == 0;