From a76650096a8fd27d6fe07f27c54baa87b4f90fc5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:50:42 +0000 Subject: fix strangeness introduced by vgardiola in r242842 on Jun 3 2008 --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') 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; -- cgit v1.2.1