@@ -, +, @@ --- installer/onboarding.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/installer/onboarding.pl +++ a/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; --