Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / ExternalContent / RecordedBooks.pm
index 2e8c33b..10e5b6b 100644 (file)
@@ -18,7 +18,7 @@
 package Koha::ExternalContent::RecordedBooks;
 
 use Modern::Perl;
-use Carp;
+use Carp qw( croak );
 
 use base qw(Koha::ExternalContent);
 use WebService::ILS::RecordedBooks::PartnerPatron;