From a4b91df7f855e9dd12940ab2289982e5c1afe71c Mon Sep 17 00:00:00 2001 From: "@alexbuckley" Date: Fri, 6 Jan 2017 01:09:58 +0000 Subject: [PATCH] Finished initial web installer and onboarding tool https://bugs.koha-community.org/show_bug.cgi?id=17855 --- installer/onboarding.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index 5430e03..538b37a 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -#Recommended pragmas # This file is part of Koha. # # @@ -18,6 +17,8 @@ # # You should have received a copy of the GNU General Public License # # along with Koha; if not, see . + +#Recommended pragmas use strict; use warnings; use diagnostics; -- 2.1.4