Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / Edifact / Line.pm
index 8d14ba5..172e4fb 100644 (file)
@@ -23,7 +23,7 @@ use utf8;
 
 use MARC::Record;
 use MARC::Field;
-use Carp;
+use Carp qw( carp );
 
 sub new {
     my ( $class, $data_array_ref ) = @_;