Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / REST / V1 / Quotes.pm
index 49c6e4c..53475ec 100644 (file)
@@ -21,7 +21,7 @@ use Mojo::Base 'Mojolicious::Controller';
 
 use Koha::Quotes;
 
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 API