http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8227 Priority: P5 - low Change sponsored?: --- Bug ID: 8227 CC: colin.campbell@ptfs-europe.com Assignee: koha-bugs@lists.koha-community.org Summary: Remove compile time warning from C4::Serials Severity: minor Classification: Unclassified OS: All Reporter: colin.campbell@ptfs-europe.com Hardware: All Status: NEW Version: unspecified Component: Serials Product: Koha C4::Serials issues a depreciation warning over the use of qw(...) as parentheses In earlier perl code qw( ... ) was assumed to be equivalent to ( qw( ... ) ) since 5.14 this is no longer the case and different code is generated. perl 5.14.2 and 5.16.0 issue warnings and this will become an error in later perls -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.