Bug 19365: (QA follow-up) Ensure we use a modern enough perl
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
277f9be04b
commit
92c7c6339b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ package C4::Heading;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.010;
|
||||
|
||||
use MARC::Record;
|
||||
use MARC::Field;
|
||||
use C4::Context;
|
||||
|
|
Loading…
Reference in a new issue