X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FExternalContent%2FRecordedBooks.pm;h=10e5b6bd65e534bd1de29ef233a08d8557f0af77;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=2e8c33bffdb6fcaf21cddd6c2794d3c600657497;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/Koha/ExternalContent/RecordedBooks.pm b/Koha/ExternalContent/RecordedBooks.pm index 2e8c33bffd..10e5b6bd65 100644 --- a/Koha/ExternalContent/RecordedBooks.pm +++ b/Koha/ExternalContent/RecordedBooks.pm @@ -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;