aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/ad-keytab6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ad-keytab b/contrib/ad-keytab
index 2703ce5..836cda5 100755
--- a/contrib/ad-keytab
+++ b/contrib/ad-keytab
@@ -11,13 +11,17 @@
# Declarations
##############################################################################
+require 5.005;
+
+use strict;
+use warnings;
+
use Authen::SASL;
use Carp;
use Getopt::Long;
use IPC::Run qw( run timeout );
use Net::LDAP;
use Pod::Usage;
-use strict;
my $opt_ad_server;
my $opt_base_dn;