Bug 17600: Standardize our EXPORT_OK
[srvgit] / admin / smtp_servers.pl
index 19458a2..8c53bfc 100755 (executable)
 use Modern::Perl;
 
 use CGI qw ( -utf8 );
-use Scalar::Util qw(blessed);
-use Try::Tiny;
+use Scalar::Util qw( blessed );
+use Try::Tiny qw( catch try );
 
-use C4::Auth qw(get_template_and_user);
-use C4::Output qw(output_html_with_http_headers);
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 
 use Koha::Libraries;
 use Koha::SMTP::Servers;