https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39392
--- Comment #3 from David Cook <[email protected]> --- (In reply to Magnus Enger from comment #2) > Not sure about this, but I did a small check with this: > > $ grep -rn "\.perl" * > > On C4/Installer.pm, line 876, there is this code: > > if ( $file =~ m{\.perl$} ) { > > Not sure if that needs to be changed too? It might still be there for historical reasons. It looks like there's different code blocks for for .perl and .pl files in C4/Installer.pm It might be time to remove it though. Good question... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
