Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / REST / V1 / Static.pm
index 233fa4e..2b7f20e 100644 (file)
@@ -19,7 +19,7 @@ use Modern::Perl;
 
 use Mojo::Base 'Mojolicious::Controller';
 
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 API