Bugzilla – Attachment #82414: Bug 19365: (QA follow-up) Ensure we use a modern enough perl for
bug #19365
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19365
Collapse All
|
Expand All
(-)
a/C4/Heading.pm (-1 / +2 lines)
Lines 19-24 package C4::Heading;
Link Here
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
22
use 5.010;
23
22
use MARC::Record;
24
use MARC::Record;
23
use MARC::Field;
25
use MARC::Field;
24
use C4::Context;
26
use C4::Context;
25
-
Return to
bug 19365