diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 2 |
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; |