summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
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';