Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / Patron / Category.pm
index 713dcf9..892d00c 100644 (file)
@@ -17,13 +17,12 @@ package Koha::Patron::Category;
 
 use Modern::Perl;
 
-use Carp;
-use List::MoreUtils qw(any);
+use List::MoreUtils qw( any );
 
 use C4::Members::Messaging;
 
 use Koha::Database;
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string );
 
 use base qw(Koha::Object Koha::Object::Limit::Library);