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:
Martin Renvoize 2018-11-20 10:06:43 +00:00 committed by Nick Clemens
parent 277f9be04b
commit 92c7c6339b

View file

@ -19,6 +19,8 @@ package C4::Heading;
use strict;
use warnings;
use 5.010;
use MARC::Record;
use MARC::Field;
use C4::Context;