https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- C4/ILSDI/Services.pm: my $cgi = new CGI; C4/InstallAuth.pm: my $query = new CGI; C4/SIP/ILS.pm: # $item = new ILS::Item $i; C4/SIP/ILS.pod: my $ils = new ILS (institution => 'Foo Public Library'); C4/SIP/ILS.pod: $ils = new ILS $institution C4/SIP/ILS/Item.pod: my $item = new ILS::Item $item_id; C4/Utils/DataTables.pm: my $input = new CGI; admin/background_jobs.pl:my $input = new CGI; debian/list-deps:my $pm = new Parallel::ForkManager( Sys::CPU::cpu_count() ); For some of those I am not sure - I suggest to deal with them in a follow-up and of course we will also need a check in the QA script! -- You are receiving this mail because: You are watching all bug changes.