Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / REST / V1 / Config / SMTP / Servers.pm
index 205f074..5949c53 100644 (file)
@@ -21,7 +21,7 @@ use Mojo::Base 'Mojolicious::Controller';
 
 use Koha::SMTP::Servers;
 
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 API