http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8227 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10174|0 |1 is obsolete| | --- Comment #2 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 10246 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10246&action=edit [SIGNED-OFF] Bug 8227 Fix deprecated construct compile time warning in Serials On master: $ perl -cw C4/Serials.pm Use of qw(...) as parentheses is deprecated at C4/Serials.pm line 604. C4/Serials.pm syntax OK With patch: $ perl -cw C4/Serials.pm C4/Serials.pm syntax OK Signed off -- You are receiving this mail because: You are watching all bug changes.