diff options
author | Vicent Guardiola <vguardiola@mandriva.com> | 2007-10-16 09:15:23 +0000 |
---|---|---|
committer | Vicent Guardiola <vguardiola@mandriva.com> | 2007-10-16 09:15:23 +0000 |
commit | b92bfab902ccad05e14b38d8a81028394f594344 (patch) | |
tree | 7bd152a8b4b1648dc3788c8bb8b2b9862f21b721 /perl-install | |
parent | ce297706b1db03b49e57ce55d01e1fcef5e20e10 (diff) | |
download | drakx-b92bfab902ccad05e14b38d8a81028394f594344.tar drakx-b92bfab902ccad05e14b38d8a81028394f594344.tar.gz drakx-b92bfab902ccad05e14b38d8a81028394f594344.tar.bz2 drakx-b92bfab902ccad05e14b38d8a81028394f594344.tar.xz drakx-b92bfab902ccad05e14b38d8a81028394f594344.zip |
SILENT: Test commit SVN
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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'; |