On a clean install from master (and other versions), the files at the bottom are not updated by
fix-perl-path.plIn a case as mine (Centos 5.6, native perl 5.8.8, perl 5.14.1 on /usr/local) this gives
a system unusable because you can't change system preferences.
Unless of course you fix all files by hand.
I think that deserves increase its severity (currently is LOW)
Perhaps adding ".pl" to some of these files (and fixing the references) could help to partially solve the problem.
[master install]
bin/maintenance/borrowers-force-messaging-defaults
bin/admin/koha-preferences
intranet/cgi-bin/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt2 (shebang "#! /usr/bin/perl", with space)
intranet/cgi-bin/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1 (shebang "#! /usr/bin/perl", with space)
intranet/cgi-bin/reports/issues_by_borrower_category.plugin
intranet/cgi-bin/reports/itemtypes.plugin
intranet/cgi-bin/svc/authentication
intranet/cgi-bin/svc/new_bib
intranet/cgi-bin/svc/bib_profile
intranet/cgi-bin/svc/import_bib
intranet/cgi-bin/svc/config/systempreferences
intranet/cgi-bin/svc/bib
lib/C4/ShelfBrowser.pm
misc/translator/translate
opac/cgi-bin/opac/unapi
bin/maintenance/borrowers-force-messaging-defaults
bin/admin/koha-preferences
intranet/cgi-bin/reports/issues_by_borrower_category.plugin
intranet/cgi-bin/reports/itemtypes.plugin
intranet/cgi-bin/svc/authentication
intranet/cgi-bin/svc/new_bib
intranet/cgi-bin/svc/bib_profile
intranet/cgi-bin/svc/config/systempreferences
intranet/cgi-bin/svc/bib
lib/C4/ShelfBrowser.pm
misc/translator/translate
opac/cgi-bin/opac/unapi
[Koha 3.4.7]
bin/maintenance/borrowers-force-messaging-defaults
bin/admin/koha-preferences
intranet/cgi-bin/reports/issues_by_borrower_category.plugin
intranet/cgi-bin/reports/itemtypes.plugin
intranet/cgi-bin/svc/authentication
intranet/cgi-bin/svc/new_bib
intranet/cgi-bin/svc/bib_profile
intranet/cgi-bin/svc/config/systempreferences
intranet/cgi-bin/svc/bib
lib/C4/ShelfBrowser.pm
misc/translator/translate
opac/cgi-bin/opac/unapi
Bernardo
--
Bernardo Gonzalez Kriegel