X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fhousebound.pl;h=c86fad8b33c2624c3e246e3109f070b8897a3771;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=e3c06225b2151945cfa6d13602c59ddd88029e3e;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/members/housebound.pl b/members/housebound.pl index e3c06225b2..c86fad8b33 100755 --- a/members/housebound.pl +++ b/members/housebound.pl @@ -26,11 +26,11 @@ use Modern::Perl; use CGI; -use C4::Auth; +use C4::Auth qw( get_template_and_user ); use C4::Context; -use C4::Output; +use C4::Output qw( output_and_exit_if_error output_and_exit output_html_with_http_headers ); use DateTime; -use Koha::DateUtils; +use Koha::DateUtils qw( dt_from_string ); use Koha::Libraries; use Koha::Patrons; use Koha::Patron::Categories;