http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED CC| |jonathan.druart@biblibre.co | |m --- Comment #21 from Jonathan Druart <jonathan.druart@biblibre.com> --- This patch introduces a warning : % perl -wc C4/AuthoritiesMarc.pm "my" variable $sth masks earlier declaration in same scope at /home/jonathan/workspace/versions/koha_master/C4/Accounts.pm line 220. Use of qw(...) as parentheses is deprecated at /home/jonathan/workspace/versions/koha_master/C4/Serials.pm line 583. Use of qw(...) as parentheses is deprecated at /home/jonathan/workspace/versions/koha_master/C4/Serials.pm line 596. "my" variable @fields masks earlier declaration in same scope at C4/AuthoritiesMarc.pm line 1017. The last one didn't exist before. -- You are receiving this mail because: You are watching all bug changes.