X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Koha%2FPatrons.pm;h=4f2b55956a70dce8d5ef3ea661f7f1da36773959;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=616fefacbae499bfe9969a2a1a4075b9659176de;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/Koha/Patrons.pm b/Koha/Patrons.pm index 616fefacba..4f2b55956a 100644 --- a/Koha/Patrons.pm +++ b/Koha/Patrons.pm @@ -20,17 +20,15 @@ package Koha::Patrons; use Modern::Perl; -use Carp; use Koha::Database; -use Koha::DateUtils; +use Koha::DateUtils qw( dt_from_string ); use Koha::ArticleRequests; use Koha::ArticleRequest::Status; use Koha::Patron; use Koha::Exceptions::Patron; use Koha::Patron::Categories; -use Date::Calc qw( Today Add_Delta_YMD ); use base qw(Koha::Objects);