Bug 6315 - depreciation warnings in C4::Serials in new perls
Summary: depreciation warnings in C4::Serials in new perls
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) trivial (vote)
Assignee: Colin Campbell
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 11:49 UTC by Colin Campbell
Modified: 2012-10-25 23:04 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed Patch (1.78 KB, patch)
2011-05-06 12:11 UTC, Colin Campbell
Details | Diff | Splinter Review
Signed off Patch (1.79 KB, patch)
2011-05-13 07:41 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Campbell 2011-05-06 11:49:49 UTC
C4/Serials.pm issues depreciation warnings under perl 5.14.0 in a couple of places die to missing 
parentheses around a list generated by qw(...), perl's parser no longer pretends the missing parens are there and warns 
Fix the original code to future-proof it
Comment 1 Colin Campbell 2011-05-06 12:11:45 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2011-05-13 07:41:32 UTC
Created attachment 4096 [details] [review]
Signed off Patch
Comment 3 Ian Walls 2011-05-13 14:13:43 UTC
Patch can be verified by reading.  Marking as Passed QA.
Comment 4 Chris Cormack 2011-05-15 08:47:40 UTC
Pushed, please test