Bug 32030: Add/remove packages to/from EBSCO's holdings
[koha-ffzg.git] / Koha / Cache.pm
index ec153ba..2186d82 100644 (file)
@@ -40,8 +40,8 @@ The first, traditional OO interface provides the following functions:
 
 use strict;
 use warnings;
-use Carp;
-use Module::Load::Conditional qw(can_load);
+use Carp qw( croak );
+use Module::Load::Conditional qw( can_load );
 use Sereal::Encoder;
 use Sereal::Decoder;