[Koha-bugs] [Bug 8439] Printing basketgroup does not work on plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 19 20:11:43 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8439

--- Comment #2 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
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.


More information about the Koha-bugs mailing list