From 924e6836674e43262e1b99ba31a3d7d2bc39d622 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Sep 2005 12:29:32 +0000 Subject: perl_checker compliance --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index f9ea0725f..556fe0697 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -4,7 +4,7 @@ use common; sub kinds { my $no_para = @_ == 0; - my ($do_pkgs, $meta_class) = @_; + my ($do_pkgs, $_meta_class) = @_; my $allow_SmartCard = $no_para || $do_pkgs->is_available('castella-pam'); my $allow_AD = 1; ( -- cgit v1.2.1