http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032
--- Comment #36 from M. de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #34) > That does not work with Plack. > Moreover, using global variables is not a good practice. Thanks. I was somewhat expecting to hear Plack coming :) We should add this to the coding guidelines. It is not there yet. For the record, I did not use global variables (my variables are lexical). Do you have a reference to a best practice or so about not using lexical variables on 'root level'? This is not in the coding guidelines too? -- 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/
