Summary: | Remove compile time warning from C4::Serials | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Serials | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | colin.campbell, jonathan.druart, julian.maurice, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed Patch
[SIGNED-OFF] Bug 8227 Fix deprecated construct compile time warning in Serials |
Description
Colin Campbell
2012-06-11 10:32:34 UTC
Created attachment 10174 [details] [review] Proposed Patch To test perl -wc C4/Serials.pm should not produce a warning over the missing parentheses I believe warning is only issued by perl >= 5.14 Created attachment 10246 [details] [review] [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 Removes warning from C4/Serials.pm Marking as Passed QA not worth backporting to 3.8 but, chris_c, that's your final decision ! There have been no further reports of problems so I am marking this bug resolved. |