Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / SuggestionEngine / Plugin / AuthorityFile.pm
index cfb34da..cb53872 100644 (file)
@@ -31,7 +31,6 @@ Plugin to get suggestions from Koha's authority file
 =cut
 
 use Modern::Perl;
-use Carp;
 
 use base qw(Koha::SuggestionEngine::Base);