summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2007-10-16 09:15:23 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2007-10-16 09:15:23 +0000
commitb92bfab902ccad05e14b38d8a81028394f594344 (patch)
tree7bd152a8b4b1648dc3788c8bb8b2b9862f21b721 /perl-install/authentication.pm
parentce297706b1db03b49e57ce55d01e1fcef5e20e10 (diff)
downloaddrakx-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/authentication.pm')
-rw-r--r--perl-install/authentication.pm7
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';