I was testing bug 8375, and was running plack when I reached an error that does not happen in CGI mode: Can't call method "get_attr" on an undefined value at /home/paul/koha.dev/koha-community/labels/label-create-pdf.pl line 68. at /home/paul/koha.dev/koha-community/labels/label-create-pdf.pl line 261
Created attachment 11040 [details] [review] Bug 8442 - labels creator fixes for plack - 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
*** Bug 8482 has been marked as a duplicate of this bug. ***
Created attachment 11062 [details] [review] Bug 8442 - labels creator fixes for plack - 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 Signed-off-by: Mirko Tietgen <5p4m@gmx.de>
Marking as Passed QA
Released in 3.10.0