Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / List / Patron.pm
index c6f4384..28b1cd9 100644 (file)
@@ -27,7 +27,7 @@ Koha::List::Patron - Management of lists of patrons
 
 use Modern::Perl;
 
-use Carp;
+use Carp qw( carp croak );
 
 use Koha::Database;