From b92bfab902ccad05e14b38d8a81028394f594344 Mon Sep 17 00:00:00 2001 From: Vicent Guardiola Date: Tue, 16 Oct 2007 09:15:23 +0000 Subject: SILENT: Test commit SVN --- perl-install/authentication.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 53b965c5d..3e53eaa3c 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -1,5 +1,12 @@ package authentication; # $Id$ + + + + + + + use common; my $lib = arch() =~ /x86_64/ ? 'lib64' : 'lib'; -- cgit v1.2.1