diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 12:39:57 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 12:39:57 -0800 |
commit | 884297fc439a4c3eba2365cdb810214dfc4f5799 (patch) | |
tree | 10b87c524861257948f0fc6f3caf3ad7ea147c0e /server/keytab-backend | |
parent | 57bcc0cb1e8893f6a39c4fcb902d02b920efde1a (diff) |
Update Perl version declaration and warnings for server scripts
Add use 5.008 and use warnings uniformly to all of the server backend
scripts.
Diffstat (limited to 'server/keytab-backend')
-rwxr-xr-x | server/keytab-backend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/keytab-backend b/server/keytab-backend index bd5a3f9..6e47331 100755 --- a/server/keytab-backend +++ b/server/keytab-backend @@ -16,10 +16,7 @@ # # The keytab for the extracted principal will be printed to standard output. -############################################################################## -# Declarations and site configuration -############################################################################## - +use 5.008; use strict; use warnings; |