http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8439
--- Comment #2 from Dobrica Pavlinusic <[email protected]> --- Created attachment 11024 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11024&action=edit Bug 8439 - plack code cleanup - remove all exit(1) and replace them with __END__ which benefits CGI - insert correct =cut markers at end of POD (required for CGI::Compile under plack to correctly parse source code and exeute it) - scope variables with our which are used inside sub for plack -- 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/
