Bug 30952: Fix position shift when hovering .linktools links
[koha-ffzg.git] / patron_lists / add-modify.pl
index b0b39cc..95ff728 100755 (executable)
@@ -21,11 +21,11 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
-use C4::Output;
-use Koha::List::Patron;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
+use Koha::List::Patron qw( AddPatronList GetPatronLists ModPatronList );
 
-my $cgi = new CGI;
+my $cgi = CGI->new;
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {