http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED CC| |[email protected] | |m --- Comment #21 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
