https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #33 from M. Tompsett <[email protected]> --- Comment on attachment 58794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58794 Finished initial web installer and onboarding tool Review of attachment 58794: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17855&attachment=58794) ----------------------------------------------------------------- ::: installer/onboarding.pl @@ +22,2 @@ > use strict; > use warnings; https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL2:_Modern::Perl use Modern::Perl; instead of strict and warnings. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
