Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / REST / V1.pm
index 1c6c035..1c22a76 100644 (file)
@@ -23,7 +23,7 @@ use C4::Context;
 use Koha::Logger;
 
 use JSON::Validator::OpenAPI::Mojolicious;
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 NAME