View | Details | Raw Unified | Return to bug 17855
Collapse All | Expand All

(-)a/installer/onboarding.pl (-2 / +2 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#Recommended pragmas
3
2
4
# This file is part of Koha.
3
# This file is part of Koha.
5
# #
4
# #
Lines 18-23 Link Here
18
# # You should have received a copy of the GNU General Public License
17
# # You should have received a copy of the GNU General Public License
19
# # along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# # along with Koha; if not, see <http://www.gnu.org/licenses>.
20
19
20
21
#Recommended pragmas
21
use strict;
22
use strict;
22
use warnings;
23
use warnings;
23
use diagnostics;
24
use diagnostics;
24
- 

Return to bug 17855