Bugzilla – Attachment #82534: 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 21-26 use Modern::Perl;
Link Here
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
24
use 5.010;
25
24
use MARC::Record;
26
use MARC::Record;
25
use MARC::Field;
27
use MARC::Field;
26
use C4::Context;
28
use C4::Context;
27
-
Return to
bug 19365